Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp448 ASTContext::ParentVector Parents = ActiveASTContext->getParents(Node); in memoizedMatchesAncestorOfRecursively()
479 ASTContext::ParentVector Ancestors = in memoizedMatchesAncestorOfRecursively()
481 for (ASTContext::ParentVector::const_iterator I = Ancestors.begin(), in memoizedMatchesAncestorOfRecursively()
/external/clang/include/clang/AST/
DASTContext.h388 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 1> ParentVector; typedef
391 typedef llvm::DenseMap<const void *, ParentVector> ParentMap;
418 ParentVector getParents(const NodeT &Node) { in getParents()
422 ParentVector getParents(const ast_type_traits::DynTypedNode &Node) { in getParents()
434 return ParentVector(); in getParents()