Searched refs:includeInGraph (Results 1 – 2 of 2) sorted by relevance
64 static bool includeInGraph(const Decl *D);110 if (includeInGraph(FD)) in VisitFunctionDecl()120 if (includeInGraph(MD)) in VisitObjCMethodDecl()
39 if (G->includeInGraph(CalleeDecl)) { in VisitCallExpr()67 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph