Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDState.cpp20 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/
HDParseTemplate.cpp1121 unsigned DiagId = diag::err_two_right_angle_brackets_need_space; in ParseGreaterThanInTemplateList() local
HDParseExprCXX.cpp2569 unsigned DiagId = 0; in ParseUnqualifiedIdOperator() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp2117 auto DiagId = (FileCharacter == SrcMgr::C_User || warnByDefaultOnWrongCase(Name)) ? in HandleHeaderIncludeOrImport() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp4184 unsigned DiagId = IsClassTemplateDeduction in GetFullTypeForDeclarator() local
HDSemaOpenMP.cpp8657 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation()
8724 bool OpenMPAtomicUpdateChecker::checkStatement(Stmt *S, unsigned DiagId, in checkStatement()
HDSemaTemplate.cpp883 unsigned DiagId = getLangOpts().MSVCCompat ? diag::ext_template_param_shadow in DiagnoseTemplateParameterShadow() local