#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/DeclVisitor.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/AST/TypeVisitor.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:
static void dumpPreviousDeclImpl(raw_ostream &OS,...)
return(x >> y)|(x<< (32-y))
static void dumpBasePath |
( |
raw_ostream & |
OS, |
|
|
const CastExpr * |
Node |
|
) |
| |
|
static |
static void dumpPreviousDecl |
( |
raw_ostream & |
OS, |
|
|
const Decl * |
D |
|
) |
| |
|
static |
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 |