clang API Documentation

Classes | Namespaces | Defines | 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

namespace  llvm

Defines

#define DEBUG_TYPE   "CallGraph"

Functions

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

Define 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"   
)