Searched refs:ParentVector (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp503 ASTContext::ParentVector Parents = ActiveASTContext->getParents(Node);
549 ASTContext::ParentVector Ancestors =
551 for (ASTContext::ParentVector::const_iterator I = Ancestors.begin(),
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h422 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 1> ParentVector; typedef in class:clang::ASTContext
425 typedef llvm::DenseMap<const void *, ParentVector> ParentMap;
452 ParentVector getParents(const NodeT &Node) {
456 ParentVector getParents(const ast_type_traits::DynTypedNode &Node);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8205 ASTContext::ParentVector
8218 return ParentVector();

Completed in 177 milliseconds