|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/unittests/Format/CleanupTest.cpp 334 Context.Sources.getDecomposedLoc(Context.getLocation(ID, Line, Column));
tools/clang/unittests/Format/FormatTest.cpp14370 {tooling::Replacement(Context.Sources, Context.getLocation(ID, 1, 1), 6,
14372 tooling::Replacement(Context.Sources, Context.getLocation(ID, 3, 10), 1,
14374 tooling::Replacement(Context.Sources, Context.getLocation(ID, 4, 3), 1,
14376 tooling::Replacement(Context.Sources, Context.getLocation(ID, 4, 13), 1,
14405 {tooling::Replacement(Context.Sources, Context.getLocation(ID, 1, 1), 0,
tools/clang/unittests/Tooling/RefactoringTest.cpp 38 SourceLocation Location = Context.getLocation(ID, 1, 1);
46 SourceLocation Location = Context.getLocation(ID, 1, 1);
54 SourceLocation Location = Context.getLocation(ID, 1, 1);
63 SourceLocation Location = Context.getLocation(ID, 2, 3);
72 SourceLocation Location1 = Context.getLocation(ID, 2, 3);
79 SourceLocation Location2 = Context.getLocation(ID, 4, 4);
437 Context.getLocation(ID, 2, 1), 5, "replaced"),
439 Context.getLocation(ID, 3, 1), 5, "other")});
450 {Replacement(Context.Sources, Context.getLocation(ID, 2, 1), 6, ""),
451 Replacement(Context.Sources, Context.getLocation(ID, 2, 1), 0,
461 {Replacement(Context.Sources, Context.getLocation(ID, 1, 1), 1, "x"),
462 Replacement(Context.Sources, Context.getLocation(ID, 1, 2), 1, "y")});
471 Context.Sources, Context.getLocation(ID, 2, 1), 5, "replaced")});
474 Context.Sources, Context.getLocation(ID, 2, 1), 5, "replaced"));
478 Err = Replaces.add(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
491 Context.Sources, Context.getLocation(ID, 2, 1), 5, "other")});
494 Context.getLocation(ID, 2, 1), 5, "rehto");
532 {tooling::Replacement(Context.Sources, Context.getLocation(ID1, 1, 1), 6,
534 tooling::Replacement(Context.Sources, Context.getLocation(ID1, 3, 10), 1,
537 {tooling::Replacement(Context.Sources, Context.getLocation(ID2, 1, 12), 0,
539 tooling::Replacement(Context.Sources, Context.getLocation(ID2, 2, 9), 1,
641 Context.Sources, Context.getLocation(ID, 2, 1), 5, "replaced")});
tools/clang/unittests/Tooling/RewriterTest.cpp 20 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
29 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other");
32 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5,