Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h67 static bool includeInGraph(const Decl *D);
115 if (includeInGraph(FD) && FD->isThisDeclarationADefinition()) { in VisitFunctionDecl()
128 if (includeInGraph(MD)) { in VisitObjCMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp155 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph