Searched refs:getParents (Results 1 – 12 of 12) sorted by relevance
53 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node);55 DynTypedNodeList getParents(const DynTypedNode &Node);126 inline DynTypedNodeList ParentMapContext::getParents(const NodeT &Node) { in getParents() function127 return getParents(DynTypedNode::create(Node)); in getParents()131 inline DynTypedNodeList ASTContext::getParents(const NodeT &Node) { in getParents() function132 return getParentMapContext().getParents(Node); in getParents()136 inline DynTypedNodeList ASTContext::getParents(const DynTypedNode &Node) { in getParents() function137 return getParentMapContext().getParents(Node); in getParents()
710 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node);
63 for (DynTypedNodeList guardianAncestors = ctx.getParents(*MaybeGuardian); in isGuardedScopeEmbeddedInGuardianScope()65 guardianAncestors = ctx.getParents( in isGuardedScopeEmbeddedInGuardianScope()85 for (DynTypedNodeList guardedVarAncestors = ctx.getParents(*Guarded); in isGuardedScopeEmbeddedInGuardianScope()87 guardedVarAncestors = ctx.getParents( in isGuardedScopeEmbeddedInGuardianScope()
145 DynTypedNodeList getParents(TraversalKind TK, const DynTypedNode &Node) { in getParents() function in ParentMapContext::ParentMap478 DynTypedNodeList ParentMapContext::getParents(const DynTypedNode &Node) { in getParents() function in ParentMapContext483 return Parents->getParents(getTraversalKind(), Node); in getParents()
102 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents() function
75 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition()
750 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInAddressOf()
56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anonded1697c0111::DiagGroupParentMap71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup()305 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup()350 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup()408 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute()
258 for (const DynTypedNode &P : D->getASTContext().getParents(*M)) { in VisitFunctionDecl()
8317 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P()8333 llvm::append_range(Stack, Finder->getASTContext().getParents(CurNode)); in AST_MATCHER_P()8367 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P()8399 llvm::append_range(Stack, Finder->getASTContext().getParents(CurNode)); in AST_MATCHER_P()
332 for (const auto &P : Context.getParents(*Method)) { in VisitFunctionDecl()
66 DynTypedNodeList StParents = Ctx.getParents(*St); in getDREAncestorString()