Searched refs:includeInGraph (Results 1 – 2 of 2) sorted by relevance
58 static bool includeInGraph(const Decl *D);100 if (includeInGraph(FD)) { in VisitFunctionDecl()113 if (includeInGraph(MD)) { in VisitObjCMethodDecl()
56 if (G->includeInGraph(D)) { in addCalledDecl()111 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph