clang 24.0.0git
ASTDiagnostic.h File Reference

Go to the source code of this file.

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.

Functions

void clang::FormatASTNodeDiagnosticArgument (DiagnosticsEngine::ArgumentKind Kind, intptr_t Val, StringRef Modifier, StringRef Argument, ArrayRef< DiagnosticsEngine::ArgumentValue > PrevArgs, SmallVectorImpl< char > &Output, void *Cookie, ArrayRef< intptr_t > QualTypeVals)
 DiagnosticsEngine argument formatting function for diagnostics that involve AST nodes.
QualType clang::desugarForDiagnostic (ASTContext &Context, QualType QT, bool &ShouldAKA)
 Returns a desugared version of the QualType, and marks ShouldAKA as true whenever we remove significant sugar from the type.
std::string clang::FormatUTFCodeUnitAsCodepoint (unsigned Value, QualType T)