Searched defs:isParentOf (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | LazyCallGraph.cpp | 276 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { isParentOf() function in LazyCallGraph::SCC |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ | ||
H A D | AnalysisDeclContext.cpp | 476 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | ThreadSafetyTIL.h | 1528 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() function |