Home
last modified time | relevance | path

Searched refs:includeInGraph (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Analysis/
DCallGraph.h67 static bool includeInGraph(const Decl *D);
115 if (includeInGraph(FD) && FD->isThisDeclarationADefinition()) { in VisitFunctionDecl()
128 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
/external/llvm-project/clang/lib/Analysis/
DCallGraph.cpp155 bool CallGraph::includeInGraph(const Decl *D) { in includeInGraph() function in CallGraph