clang 19.0.0git
Namespaces | Functions
Diagnostics.cpp File Reference
#include "clang/ASTMatchers/Dynamic/Diagnostics.h"

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::ast_matchers
 
namespace  clang::ast_matchers::dynamic
 

Functions

static StringRef clang::ast_matchers::dynamic::contextTypeToFormatString (Diagnostics::ContextType Type)
 
static StringRef clang::ast_matchers::dynamic::errorTypeToFormatString (Diagnostics::ErrorType Type)
 
static void clang::ast_matchers::dynamic::formatErrorString (StringRef FormatString, ArrayRef< std::string > Args, llvm::raw_ostream &OS)
 
static void clang::ast_matchers::dynamic::maybeAddLineAndColumn (SourceRange Range, llvm::raw_ostream &OS)
 
static void clang::ast_matchers::dynamic::printContextFrameToStream (const Diagnostics::ContextFrame &Frame, llvm::raw_ostream &OS)
 
static void clang::ast_matchers::dynamic::printMessageToStream (const Diagnostics::ErrorContent::Message &Message, const Twine Prefix, llvm::raw_ostream &OS)
 
static void clang::ast_matchers::dynamic::printErrorContentToStream (const Diagnostics::ErrorContent &Content, llvm::raw_ostream &OS)