Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp276 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { isParentOf() function in LazyCallGraph::SCC
400 bool LazyCallGraph::RefSCC::isParentOf(const RefSCC &RC) const { isParentOf() function in LazyCallGraph::RefSCC
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp476 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1528 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function