clang API Documentation
#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"
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 DEBUG_TYPE "CallGraph" |
Definition at line 23 of file CallGraph.cpp.
| STATISTIC | ( | NumObjCCallEdges | , |
| "Number of Objective-C method call edges" | |||
| ) |
| STATISTIC | ( | NumBlockCallEdges | , |
| "Number of block call edges" | |||
| ) |