Searched refs:ParentVector (Results 1 – 2 of 2) sorted by relevance
448 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()
388 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 1> ParentVector; typedef391 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()