Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp252 struct SelectedNodeWithParents { struct
291 void SelectedNodeWithParents::canonicalize() { in canonicalize()
344 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind()
352 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
360 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
374 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind()
386 llvm::SmallVector<SelectedNodeWithParents, 4> ContainSelection; in create()
393 SelectedNodeWithParents &Selected = ContainSelection[0]; in create()