#include "clang/AST/ASTContext.h"
#include "clang/AST/Attr.h"
#include "clang/AST/CommentVisitor.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclLookups.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclOpenMP.h"
#include "clang/AST/DeclVisitor.h"
#include "clang/AST/LocInfoType.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/AST/TypeVisitor.h"
#include "clang/Basic/Builtins.h"
#include "clang/Basic/Module.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/Basic/AttrList.inc"
#include "clang/AST/AttrDump.inc"
#include "clang/AST/DeclNodes.inc"
Go to the source code of this file.
#define ABSTRACT_DECL |
( |
|
DECL | ) |
|
#define ATTR |
( |
|
X | ) |
case attr::X: OS << #X; break; |
#define DECL |
( |
|
DERIVED, |
|
|
|
BASE |
|
) |
| |
Value:
return(__x >> __y)|(__x<< (32-__y))
static void dumpPreviousDeclImpl(raw_ostream &OS,...)
static void dumpBasePath |
( |
raw_ostream & |
OS, |
|
|
const CastExpr * |
Node |
|
) |
| |
|
static |
static void dumpPreviousDecl |
( |
raw_ostream & |
OS, |
|
|
const Decl * |
D |
|
) |
| |
|
static |
Dump the previous declaration in the redeclaration chain for a declaration, if any.
Definition at line 876 of file ASTDumper.cpp.
static void dumpPreviousDeclImpl |
( |
raw_ostream & |
OS, |
|
|
|
... |
|
) |
| |
|
static |
template<typename T >
static void dumpPreviousDeclImpl |
( |
raw_ostream & |
OS, |
|
|
const Mergeable< T > * |
D |
|
) |
| |
|
static |
template<typename T >
static void dumpPreviousDeclImpl |
( |
raw_ostream & |
OS, |
|
|
const Redeclarable< T > * |
D |
|
) |
| |
|
static |