Searched defs:isParentOf (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ | ||
H A D | ParentVirtualCallCheck.cpp | 24 static bool isParentOf(const CXXRecordDecl &Parent, in isParentOf() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | LazyCallGraph.cpp | 284 bool LazyCallGraph::SCC::isParentOf(const SCC &C) const { isParentOf() function in LazyCallGraph::SCC |
/llvm-project/clang/lib/Analysis/ | ||
H A D | AnalysisDeclContext.cpp | 476 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryFunction.h | 1794 bool isParentOf(const BinaryFunction &Other) const { isParentOf() function |
/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | ThreadSafetyTIL.h | 1528 bool isParentOf(const TopologyNode& OtherNode) { isParentOf() function |