|
clang
5.0.0
|
#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>Go to the source code of this file.
Typedefs | |
| typedef llvm::SmallPtrSet < const VarDecl *, 32 > | VarDeclSet |
| typedef llvm::SmallPtrSet<const VarDecl*, 32> VarDeclSet |
Definition at line 25 of file PseudoConstantAnalysis.cpp.
1.8.6