Searched refs:includeCalleeInGraph (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp70 if (G->includeCalleeInGraph(D)) {
160 return includeCalleeInGraph(D);
163 bool CallGraph::includeCalleeInGraph(const Decl *D) { function in class:CallGraph
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h72 static bool includeCalleeInGraph(const Decl *D);

Completed in 168 milliseconds