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

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

Completed in 139 milliseconds