clang API Documentation
#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.
Defines | |
| #define | VARDECL_SET_SIZE 256 |
Typedefs | |
| typedef llvm::SmallPtrSet < const VarDecl *, VARDECL_SET_SIZE > | VarDeclSet |
| #define VARDECL_SET_SIZE 256 |
Definition at line 26 of file PseudoConstantAnalysis.cpp.
| typedef llvm::SmallPtrSet<const VarDecl*, VARDECL_SET_SIZE> VarDeclSet |
Definition at line 27 of file PseudoConstantAnalysis.cpp.