Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp385 llvm::SmallVector<SelectedNodeWithParents, 4> ContainSelection; in create() local
386 findDeepestWithKind(ASTSelection, ContainSelection, in create()
390 if (ContainSelection.size() != 1) in create()
392 SelectedNodeWithParents &Selected = ContainSelection[0]; in create()