Searched refs:isParentOf (Results 1 – 14 of 14) sorted by relevance
486 bool isParentOf(const SCC &C) const;500 bool isChildOf(const SCC &C) const { return C.isParentOf(*this); } in isChildOf()625 LLVM_ABI bool isParentOf(const RefSCC &RC) const;638 bool isChildOf(const RefSCC &RC) const { return RC.isParentOf(*this); } in isChildOf()
395 if (LCtx->isParentOf(ELCtx)) in isLive()452 return VarContext->isParentOf(CurrentContext); in isLive()
273 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition()1719 !OriginSFC->isParentOf(StoreSite->getStackFrame())) in VisitNode()1886 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()
3045 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
287 PoppedStackFrame->isParentOf(CapturedSFC)) in SaveIfEscapes()510 if (ReferrerStackSpace->getStackFrame()->isParentOf(PoppedFrame)) { in checkEndFunction()
239 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
455 NContext->isParentOf(LeakContext)) in getAllocationNode()
2958 NContext->isParentOf(LeakContext)) in getAllocationSite()3641 ReleaseFunctionLC->isParentOf(CurrentLC))) { in VisitNode()
249 bool isParentOf(const LocationContext *LC) const;
474 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
286 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC410 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
708 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()
1525 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function
8288 {"_ZNK5clang15LocationContext10isParentOfEPKS0_", "clang::LocationContext::isParentOf(clang::Locati…