Searched refs:getParents (Results 1 – 6 of 6) sorted by relevance
56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anona7e420030111::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()
636 const auto &Parents = ActiveASTContext->getParents(Node); in memoizedMatchesAncestorOfRecursively()665 ActiveASTContext->getParents(Queue.front())) { in memoizedMatchesAncestorOfRecursively()
537 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) { in getParents() function538 return getParents(ast_type_traits::DynTypedNode::create(Node)); in getParents()541 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
4131 for (const auto &Parent : Context->getParents(*Node)) { in TEST()
3064 getParents: '!' property
8866 ASTContext::getParents(const ast_type_traits::DynTypedNode &Node) { in getParents() function in ASTContext