Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp38 class ASTSelectionFinder class
39 : public LexicallyOrderedRecursiveASTVisitor<ASTSelectionFinder> {
41 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() function in __anone5b137a50111::ASTSelectionFinder
196 ASTSelectionFinder Visitor(SelectionRange, TargetFile, Context); in findSelectedASTNodes()