#include "clang/AST/Type.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator_range.h"
#include <cassert>
#include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def"
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
namespace | clang::ento |
◆ SYMBOL
#define SYMBOL |
( |
| Id, |
|
|
| Parent ) |
◆ SYMBOL_RANGE
#define SYMBOL_RANGE |
( |
| Id, |
|
|
| First, |
|
|
| Last ) |
Value:BEGIN_##Id = First, END_##Id = Last,
Definition at line 38 of file SymExpr.h.