Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp344 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind() argument
352 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
360 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
368 findDeepestWithKind(Child, MatchingNodes, Kind, ParentStack); in findDeepestWithKind()
374 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind() argument
377 findDeepestWithKind(ASTSelection, MatchingNodes, Kind, ParentStack); in findDeepestWithKind()