clang API Documentation
#include "clang/ASTMatchers/Dynamic/Diagnostics.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::ast_matchers |
namespace | clang::ast_matchers::dynamic |
Functions | |
StringRef | clang::ast_matchers::dynamic::contextTypeToFormatString (Diagnostics::ContextType Type) |
StringRef | clang::ast_matchers::dynamic::errorTypeToFormatString (Diagnostics::ErrorType Type) |
void | clang::ast_matchers::dynamic::formatErrorString (StringRef FormatString, ArrayRef< std::string > Args, llvm::raw_ostream &OS) |
static void | clang::ast_matchers::dynamic::maybeAddLineAndColumn (const 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) |