Home
last modified time | relevance | path

Searched defs:DiagId (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp21 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 DParseTemplate.cpp1206 unsigned DiagId = diag::err_two_right_angle_brackets_need_space; in ParseGreaterThanInTemplateList() local
H A DParseExprCXX.cpp2727 unsigned DiagId = 0; in ParseUnqualifiedIdOperator() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2508 auto DiagId = in HandleHeaderIncludeOrImport() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4732 unsigned DiagId = IsClassTemplateDeduction in GetFullTypeForDeclarator() local
H A DSemaTemplate.cpp896 unsigned DiagId = getLangOpts().MSVCCompat ? diag::ext_template_param_shadow in DiagnoseTemplateParameterShadow() local
H A DSemaOpenMP.cpp11695 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation()
11762 bool OpenMPAtomicUpdateChecker::checkStatement(Stmt *S, unsigned DiagId, in checkStatement()