Home
last modified time | relevance | path

Searched refs:getParents (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anon8613d7150111::DiagGroupParentMap
71 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()
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp645 const auto &Parents = ActiveASTContext->getParents(Node); in memoizedMatchesAncestorOfRecursively()
674 ActiveASTContext->getParents(Queue.front())) { in memoizedMatchesAncestorOfRecursively()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h479 ArrayRef<ast_type_traits::DynTypedNode> getParents(const NodeT &Node) { in getParents() function
480 return getParents(ast_type_traits::DynTypedNode::create(Node)); in getParents()
484 getParents(const ast_type_traits::DynTypedNode &Node);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp8692 ASTContext::getParents(const ast_type_traits::DynTypedNode &Node) { in getParents() function in ASTContext