clang  3.9.0
Classes | Namespaces | Macros | Functions
CallGraph.cpp File Reference
#include "clang/Analysis/CallGraph.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/StmtVisitor.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/GraphWriter.h"
Include dependency graph for CallGraph.cpp:

Go to the source code of this file.

Classes

struct  llvm::DOTGraphTraits< const CallGraph * >
 

Namespaces

 llvm
 DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
 

Macros

#define DEBUG_TYPE   "CallGraph"
 

Functions

 STATISTIC (NumObjCCallEdges,"Number of Objective-C method call edges")
 
 STATISTIC (NumBlockCallEdges,"Number of block call edges")
 

Macro Definition Documentation

#define DEBUG_TYPE   "CallGraph"

Definition at line 23 of file CallGraph.cpp.

Function Documentation

STATISTIC ( NumObjCCallEdges  ,
"Number of Objective-C method call edges"   
)
STATISTIC ( NumBlockCallEdges  ,
"Number of block call edges"   
)