Home
last modified time | relevance | path

Searched defs:isParentOf (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h522 bool isParentOf(const RefSCC &C) const { return C.isChildOf(*this); } in isParentOf() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp237 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { in isParentOf() function in LazyCallGraph::SCC
338 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { in isParentOf() function in LazyCallGraph::RefSCC
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp460 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1532 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function