Searched defs:DiagId (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp | 21 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, in FFDiag() 26 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId, in FFDiag() 34 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, in FFDiag() 42 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, in CCEDiag() 53 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId, in CCEDiag() 58 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId, in CCEDiag() 63 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note() 76 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) { in report() 81 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag() 87 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagId, in diag() function in State
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1095 unsigned DiagId = diag::err_two_right_angle_brackets_need_space; in ParseGreaterThanInTemplateList() local
|
H A D | ParseExprCXX.cpp | 2829 unsigned DiagId = 0; in ParseUnqualifiedIdOperator() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1391 unsigned DiagId; in ParseNumberStartingWithZero() local
|
H A D | PPDirectives.cpp | 2584 auto DiagId = in HandleHeaderIncludeOrImport() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 4247 unsigned DiagId = IsClassTemplateDeduction in GetFullTypeForDeclarator() local
|
H A D | SemaTemplate.cpp | 870 unsigned DiagId = in DiagnoseTemplateParameterShadow() local
|
H A D | SemaOpenMP.cpp | 11360 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() 11427 bool OpenMPAtomicUpdateChecker::checkStatement(Stmt *S, unsigned DiagId, in checkStatement()
|