Home
last modified time | relevance | path

Searched refs:includeInGraph (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h67 static bool includeInGraph(const Decl *D);
110 if (includeInGraph(FD) && FD->isThisDeclarationADefinition()) { in VisitFunctionDecl()
123 if (includeInGraph(MD)) { in VisitObjCMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp71 if (G->includeInGraph(D)) { in addCalledDecl()
125 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph