10 #ifndef LLVM_CLANG_AST_ASTDIAGNOSTIC_H 11 #define LLVM_CLANG_AST_ASTDIAGNOSTIC_H 31 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs,
32 SmallVectorImpl<char> &Output,
34 ArrayRef<intptr_t> QualTypeVals);
Defines the Diagnostic-related interfaces.
__INTPTR_TYPE__ intptr_t
A signed integer type with the property that any valid pointer to void can be converted to this type...
OpenMPLinearClauseKind Modifier
Modifier of 'linear' clause.
Dataflow Directional Tag Classes.
void 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.