reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Analysis/CallGraph.h
  138   void addNodeForDecl(Decl *D, bool IsGlobal);

References

tools/clang/include/clang/Analysis/CallGraph.h
  115       addNodeForDecl(FD, FD->isGlobal());
  124       addNodeForDecl(MD, true);
tools/clang/lib/Analysis/CallGraph.cpp
  142     addNodeForDecl(BD, true);