Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCallGraph.h64 static bool includeInGraph(const Decl *D);
110 if (includeInGraph(FD)) in VisitFunctionDecl()
120 if (includeInGraph(MD)) in VisitObjCMethodDecl()
/external/clang/lib/Analysis/
DCallGraph.cpp39 if (G->includeInGraph(CalleeDecl)) { in VisitCallExpr()
67 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph