Searched refs:ParentVector (Results 1 – 3 of 3) sorted by relevance
503 ASTContext::ParentVector Parents = ActiveASTContext->getParents(Node); in memoizedMatchesAncestorOfRecursively()549 ASTContext::ParentVector Ancestors = in memoizedMatchesAncestorOfRecursively()551 for (ASTContext::ParentVector::const_iterator I = Ancestors.begin(), in memoizedMatchesAncestorOfRecursively()
422 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 1> ParentVector; typedef425 typedef llvm::DenseMap<const void *, ParentVector> ParentMap;452 ParentVector getParents(const NodeT &Node) { in getParents()456 ParentVector getParents(const ast_type_traits::DynTypedNode &Node);
8205 ASTContext::ParentVector8218 return ParentVector(); in getParents()