|
clang
5.0.0
|
#include "clang/AST/ASTContext.h"#include "clang/AST/Expr.h"#include "clang/AST/ExprObjC.h"#include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"#include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"#include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"Go to the source code of this file.
Classes | |
| class | clang::ento::SValBuilder |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::ento | |
Functions | |
| SValBuilder * | clang::ento::createSimpleSValBuilder (llvm::BumpPtrAllocator &alloc, ASTContext &context, ProgramStateManager &stateMgr) |
1.8.6