Searched defs:DiagId (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, argument
25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId, argument
33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, argument
41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, argument
52 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId, argument
57 CCEDiag(const SourceInfo &SI, diag::kind DiagId, unsigned ExtraNotes) argument
62 Note(SourceLocation Loc, diag::kind DiagId) argument
75 report(SourceLocation Loc, diag::kind DiagId) argument
80 addDiag(SourceLocation Loc, diag::kind DiagId) argument
86 diag(SourceLocation Loc, diag::kind DiagId, unsigned ExtraNotes, bool IsCCEDiag) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1121 unsigned DiagId = diag::err_two_right_angle_brackets_need_space; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2117 auto DiagId = (FileCharacter == SrcMgr::C_User || warnByDefaultOnWrongCase(Name)) ? local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4184 unsigned DiagId = IsClassTemplateDeduction local
H A DSemaTemplate.cpp883 unsigned DiagId = getLangOpts().MSVCCompat ? diag::ext_template_param_shadow local

Completed in 233 milliseconds