Searched defs:DiagId (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | State.cpp | 20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, in FFDiag() 25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId, in FFDiag() 33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, in FFDiag() 41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, in CCEDiag() 52 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId, in CCEDiag() 57 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId, in CCEDiag() 62 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note() 75 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) { in report() 80 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag() 86 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagId, in diag() function in State
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1185 unsigned DiagId = diag::err_two_right_angle_brackets_need_space; in ParseGreaterThanInTemplateList() local
|
H A D | ParseExprCXX.cpp | 2710 unsigned DiagId = 0; in ParseUnqualifiedIdOperator() local
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 2461 auto DiagId = in HandleHeaderIncludeOrImport() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 4627 unsigned DiagId = IsClassTemplateDeduction in GetFullTypeForDeclarator() local
|
H A D | SemaTemplate.cpp | 896 unsigned DiagId = getLangOpts().MSVCCompat ? diag::ext_template_param_shadow in DiagnoseTemplateParameterShadow() local
|
H A D | SemaOpenMP.cpp | 11431 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() 11498 bool OpenMPAtomicUpdateChecker::checkStatement(Stmt *S, unsigned DiagId, in checkStatement()
|