clang  3.7.0
Macros | Typedefs
PseudoConstantAnalysis.cpp File Reference
#include "clang/Analysis/Analyses/PseudoConstantAnalysis.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
#include "clang/AST/Stmt.h"
#include "llvm/ADT/SmallPtrSet.h"
#include <deque>
Include dependency graph for PseudoConstantAnalysis.cpp:

Go to the source code of this file.

Macros

#define VARDECL_SET_SIZE   256
 

Typedefs

typedef llvm::SmallPtrSet
< const VarDecl
*, VARDECL_SET_SIZE
VarDeclSet
 

Macro Definition Documentation

#define VARDECL_SET_SIZE   256

Definition at line 26 of file PseudoConstantAnalysis.cpp.

Typedef Documentation

typedef llvm::SmallPtrSet<const VarDecl*, VARDECL_SET_SIZE> VarDeclSet

Definition at line 27 of file PseudoConstantAnalysis.cpp.