Home
last modified time | relevance | path

Searched defs:ParentStack (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp346 llvm::SmallVectorImpl<SelectedASTNode::ReferenceType> &ParentStack) { in findDeepestWithKind()
376 llvm::SmallVector<SelectedASTNode::ReferenceType, 16> ParentStack; in findDeepestWithKind() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10279 llvm::SmallVector<ast_type_traits::DynTypedNode, 16> ParentStack; member in ASTContext::ParentMap::ASTVisitor