Home
last modified time | relevance | path

Searched refs:ASTSelectionFinder (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp36 class ASTSelectionFinder class
37 : public LexicallyOrderedRecursiveASTVisitor<ASTSelectionFinder> {
39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() function in __anon391991210111::ASTSelectionFinder
194 ASTSelectionFinder Visitor(SelectionRange, TargetFile, Context); in findSelectedASTNodes()