Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
|
|
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.
|
|