Searched refs:isDescendantOf (Results 1 – 7 of 7) sorted by relevance
139 assert(_pConfigurableElement->isDescendantOf(pToAreaConfiguration->getConfigurableElement())); in copyToOuter()148 assert(_pConfigurableElement->isDescendantOf(pFromAreaConfiguration->getConfigurableElement())); in copyFromOuter()
447 bool CElement::isDescendantOf(const CElement *pCandidateAscendant) const in isDescendantOf() function in CElement457 return _pParent->isDescendantOf(pCandidateAscendant); in isDescendantOf()
106 bool isDescendantOf(const CElement *pCandidateAscendant) const;
454 (pCandidateDescendantConfigurableElement->isDescendantOf( in findConfigurationBlackboard()1056 if (pConfigurablePotentialDescendantElement->isDescendantOf(newElement)) { in mergeAlreadyAssociatedDescendantConfigurableElements()
222 EXPECT_FALSE(D.isDescendantOf(D)); in TEST()237 EXPECT_FALSE(C.isDescendantOf(D)); in TEST()252 EXPECT_FALSE(B.isDescendantOf(D)); in TEST()500 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()517 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()534 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()551 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()568 EXPECT_TRUE(DRC.isDescendantOf(ARC)); in TEST()
249 bool LazyCallGraph::RefSCC::isDescendantOf(const RefSCC &C) const { in isDescendantOf() function in LazyCallGraph::RefSCC679 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToCall()699 assert(G->lookupRefSCC(TargetN)->isDescendantOf(*this) && in switchOutgoingEdgeToRef()734 assert(TargetC.isDescendantOf(*this) && in insertOutgoingEdge()758 assert(SourceC.isDescendantOf(*this) && in insertIncomingRefEdge()
525 bool isAncestorOf(const RefSCC &C) const { return C.isDescendantOf(*this); } in isAncestorOf()533 bool isDescendantOf(const RefSCC &C) const;