Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp343 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind() argument
351 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
359 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
367 findDeepestWithKind(Child, MatchingNodes, Kind, ParentStack); in findDeepestWithKind()
373 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind() argument
376 findDeepestWithKind(ASTSelection, MatchingNodes, Kind, ParentStack); in findDeepestWithKind()