#include "clang/AST/Type.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def"
Go to the source code of this file.
|
| | clang |
| | /file This file defines classes for searching and anlyzing source code clones.
|
| |
| | clang::ento |
| |
|
| #define | SYMBOL(Id, Parent) Id##Kind, |
| |
| #define | SYMBOL_RANGE(Id, First, Last) BEGIN_##Id = First, END_##Id = Last, |
| |
| #define SYMBOL |
( |
|
Id, |
|
|
|
Parent |
|
) |
| Id##Kind, |
| #define SYMBOL_RANGE |
( |
|
Id, |
|
|
|
First, |
|
|
|
Last |
|
) |
| BEGIN_##Id = First, END_##Id = Last, |