|
clang 23.0.0git
|
#include "clang/AST/ASTDumper.h"#include "clang/AST/ASTConcept.h"#include "clang/AST/ASTContext.h"#include "clang/AST/DeclLookups.h"#include "clang/AST/JSONNodeDumper.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/SourceManager.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static bool | showColorsForStream (const ASTContext &Ctx, raw_ostream &OS) |
|
static |
Definition at line 26 of file ASTDumper.cpp.
References clang::DiagnosticsEngine::getDiagnosticOptions(), clang::ASTContext::getDiagnostics(), and clang::DiagnosticOptions::showColors().
Referenced by clang::APValue::dump(), clang::comments::Comment::dump(), clang::Decl::dump(), clang::QualType::dump(), clang::Stmt::dump(), clang::TypeLoc::dump(), and clang::DeclContext::dumpAsDecl().