Searched refs:ASTSelectionFinder (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A 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 496 TEST(ASTSelectionFinder, AvoidImplicitDeclarations) { in TEST() argument 786 TEST(ASTSelectionFinder, OutOfBodyCodeRange) { in TEST() argument 810 TEST(ASTSelectionFinder, SelectVarDeclStmt) { in TEST() argument [all …]
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 36 class ASTSelectionFinder class 37 : public LexicallyOrderedRecursiveASTVisitor<ASTSelectionFinder> { 39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() function in __anonb65016a60111::ASTSelectionFinder 194 ASTSelectionFinder Visitor(SelectionRange, TargetFile, Context); in findSelectedASTNodes()
|