#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.
◆ ABSTRACT_DECL
#define ABSTRACT_DECL |
( |
|
DECL | ) |
|
◆ ATTR
#define ATTR |
( |
|
X | ) |
case attr::X: OS << #X; break; |
◆ DECL
#define DECL |
( |
|
DERIVED, |
|
|
|
BASE |
|
) |
| |
Value:case Decl::DERIVED: \
static void dumpPreviousDeclImpl(raw_ostream &OS,...)
◆ FLAG
#define FLAG |
( |
|
fn, |
|
|
|
name |
|
) |
| if (D->fn()) OS << " " #name; |
◆ dumpBasePath()
static void dumpBasePath |
( |
raw_ostream & |
OS, |
|
|
const CastExpr * |
Node |
|
) |
| |
|
static |
◆ dumpPreviousDecl()
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 897 of file ASTDumper.cpp.
References clang::AS_none, clang::AS_private, clang::AS_protected, clang::AS_public, clang::CXXCtorInitializer::getAnyMember(), clang::CXXCtorInitializer::getBaseClass(), clang::CXXCtorInitializer::getInit(), clang::Decl::getKind(), clang::TypeSourceInfo::getType(), clang::CXXCtorInitializer::getTypeSourceInfo(), clang::CXXCtorInitializer::isAnyMemberInitializer(), clang::CXXCtorInitializer::isBaseInitializer(), and clang::CXXCtorInitializer::isDelegatingInitializer().
◆ dumpPreviousDeclImpl() [1/3]
static void dumpPreviousDeclImpl |
( |
raw_ostream & |
OS, |
|
|
|
... |
|
) |
| |
|
static |
◆ dumpPreviousDeclImpl() [2/3]
template<typename T >
static void dumpPreviousDeclImpl |
( |
raw_ostream & |
OS, |
|
|
const Mergeable< T > * |
D |
|
) |
| |
|
static |
◆ dumpPreviousDeclImpl() [3/3]
template<typename T >
static void dumpPreviousDeclImpl |
( |
raw_ostream & |
OS, |
|
|
const Redeclarable< T > * |
D |
|
) |
| |
|
static |