Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp37 class ASTSelectionFinder class
38 : public LexicallyOrderedRecursiveASTVisitor<ASTSelectionFinder> {
40 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() function in __anonf79359760111::ASTSelectionFinder
195 ASTSelectionFinder Visitor(SelectionRange, TargetFile, Context); in findSelectedASTNodes()