HomeSort by relevance Sort by last modified time
    Searched refs:includeInGraph (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/
CallGraph.h 58 static bool includeInGraph(const Decl *D);
100 if (includeInGraph(FD)) {
113 if (includeInGraph(MD)) {
  /external/clang/lib/Analysis/
CallGraph.cpp 56 if (G->includeInGraph(D)) {
111 bool CallGraph::includeInGraph(const Decl *D) {

Completed in 82 milliseconds