clang  3.9.0
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.

Typedefs

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

Typedef Documentation

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

Definition at line 25 of file PseudoConstantAnalysis.cpp.