clang: lib/Analysis/CallGraph.cpp File Reference (original) (raw)
#include "[clang/Analysis/CallGraph.h](CallGraph%5F8h%5Fsource.html)"
#include "[clang/AST/Decl.h](Decl%5F8h%5Fsource.html)"
#include "[clang/AST/DeclBase.h](DeclBase%5F8h%5Fsource.html)"
#include "[clang/AST/DeclObjC.h](DeclObjC%5F8h%5Fsource.html)"
#include "[clang/AST/Expr.h](Expr%5F8h%5Fsource.html)"
#include "[clang/AST/ExprObjC.h](ExprObjC%5F8h%5Fsource.html)"
#include "[clang/AST/Stmt.h](Stmt%5F8h%5Fsource.html)"
#include "[clang/AST/StmtVisitor.h](StmtVisitor%5F8h%5Fsource.html)"
#include "[clang/Basic/IdentifierTable.h](IdentifierTable%5F8h%5Fsource.html)"
#include "[clang/Basic/LLVM.h](LLVM%5F8h%5Fsource.html)"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DOTGraphTraits.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <memory>
#include <string>
Go to the source code of this file.
Namespaces |
|
namespace |
llvm |
|
Diagnostic wrappers for TextAPI types for error reporting. |
|
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "CallGraph"
◆ STATISTIC() [1/2]
STATISTIC |
( |
NumBlockCallEdges |
, |
"Number of block call edges" |
|
|
|
) |
|
|
|
◆ STATISTIC() [2/2]
STATISTIC |
( |
NumObjCCallEdges |
, |
"Number of Objective-C method call edges" |
|
|
|
) |
|
|
|