Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h68 static bool includeInGraph(const Decl *D);
116 if (includeInGraph(FD) && FD->isThisDeclarationADefinition()) { in VisitFunctionDecl()
129 if (includeInGraph(MD)) { in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp157 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph