clang API Documentation

Defines | 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.

Defines

#define VARDECL_SET_SIZE   256

Typedefs

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

Define 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.