Searched refs:getParents (Results 1 – 4 of 4) sorted by relevance
56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anon8613d7150111::DiagGroupParentMap71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup()346 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup()389 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup()448 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute()
645 const auto &Parents = ActiveASTContext->getParents(Node); in memoizedMatchesAncestorOfRecursively()674 ActiveASTContext->getParents(Queue.front())) { in memoizedMatchesAncestorOfRecursively()
479 ArrayRef<ast_type_traits::DynTypedNode> getParents(const NodeT &Node) { in getParents() function480 return getParents(ast_type_traits::DynTypedNode::create(Node)); in getParents()484 getParents(const ast_type_traits::DynTypedNode &Node);
8692 ASTContext::getParents(const ast_type_traits::DynTypedNode &Node) { in getParents() function in ASTContext