Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp384 llvm::SmallVector<SelectedNodeWithParents, 4> ContainSelection; in create() local
385 findDeepestWithKind(ASTSelection, ContainSelection, in create()
389 if (ContainSelection.size() != 1) in create()
391 SelectedNodeWithParents &Selected = ContainSelection[0]; in create()