Searched defs:DiagId (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | 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
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseTemplate.cpp | 1121 unsigned DiagId = diag::err_two_right_angle_brackets_need_space; in ParseGreaterThanInTemplateList() local
|
| HD | ParseExprCXX.cpp | 2569 unsigned DiagId = 0; in ParseUnqualifiedIdOperator() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | PPDirectives.cpp | 2117 auto DiagId = (FileCharacter == SrcMgr::C_User || warnByDefaultOnWrongCase(Name)) ? in HandleHeaderIncludeOrImport() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaType.cpp | 4184 unsigned DiagId = IsClassTemplateDeduction in GetFullTypeForDeclarator() local
|
| HD | SemaOpenMP.cpp | 8657 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() 8724 bool OpenMPAtomicUpdateChecker::checkStatement(Stmt *S, unsigned DiagId, in checkStatement()
|
| HD | SemaTemplate.cpp | 883 unsigned DiagId = getLangOpts().MSVCCompat ? diag::ext_template_param_shadow in DiagnoseTemplateParameterShadow() local
|