Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp251 struct SelectedNodeWithParents { struct
290 void SelectedNodeWithParents::canonicalize() { in canonicalize()
343 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind()
351 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
359 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
373 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind()
385 llvm::SmallVector<SelectedNodeWithParents, 4> ContainSelection; in create()
392 SelectedNodeWithParents &Selected = ContainSelection[0]; in create()