Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCallGraph.h58 static bool includeInGraph(const Decl *D);
100 if (includeInGraph(FD)) { in VisitFunctionDecl()
113 if (includeInGraph(MD)) { in VisitObjCMethodDecl()
/external/clang/lib/Analysis/
DCallGraph.cpp56 if (G->includeInGraph(D)) { in addCalledDecl()
111 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph