Home
last modified time | relevance | path

Searched defs:ASTSelection (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelectionRequirements.cpp34 Expected<SelectedASTNode> ASTSelection = in evaluate() local
DASTSelection.cpp341 const SelectedASTNode &ASTSelection, in findDeepestWithKind()
371 const SelectedASTNode &ASTSelection, in findDeepestWithKind()
380 const SelectedASTNode &ASTSelection) { in create()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.h66 SelectionTree ASTSelection; member
DTweak.cpp50 SelectionTree ASTSelection) in Selection()