HomeSort by: relevance | last modified time | path
    Searched refs:includeInGraph (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h 67 static bool includeInGraph(const Decl *D);
70 /// purposes of being a callee. This is similar to includeInGraph except
115 if (includeInGraph(FD) && FD->isThisDeclarationADefinition()) {
128 if (includeInGraph(MD)) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 155 bool CallGraph::includeInGraph(const Decl *D) {

Completed in 28 milliseconds