Searched defs:ASTSelectionFinder (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/unittests/Tooling/ |
D | ASTSelectionTest.cpp | 150 TEST(ASTSelectionFinder, CursorNoSelection) { in TEST() argument 156 TEST(ASTSelectionFinder, CursorAtStartOfFunction) { in TEST() argument 174 TEST(ASTSelectionFinder, RangeNoSelection) { in TEST() argument 183 TEST(ASTSelectionFinder, EmptyRangeFallbackToCursor) { in TEST() argument 194 TEST(ASTSelectionFinder, WholeFunctionSelection) { in TEST() argument 273 TEST(ASTSelectionFinder, MultipleFunctionSelection) { in TEST() argument 297 TEST(ASTSelectionFinder, MultipleStatementSelection) { in TEST() argument 377 TEST(ASTSelectionFinder, SelectionInFunctionInObjCImplementation) { in TEST() argument 467 TEST(ASTSelectionFinder, FunctionInObjCImplementationCarefulWithEarlyExit) { in TEST() argument 496 TEST(ASTSelectionFinder, AvoidImplicitDeclarations) { in TEST() argument [all …]
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
D | ASTSelection.cpp | 36 class ASTSelectionFinder class 39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() function in __anon08e262660111::ASTSelectionFinder
|