Searched refs:DiagId (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp755 unsigned DiagId = diag::err_two_right_angle_brackets_need_space; local
757 DiagId = diag::warn_cxx98_compat_two_right_angle_brackets;
759 DiagId = diag::err_right_angle_bracket_equal_needs_space;
760 Diag(Tok.getLocation(), DiagId) << Hint1 << Hint2;
H A DParseExprCXX.cpp2124 unsigned DiagId = 0; local
2131 if (!Tok.is(tok::string_literal) && !DiagId) {
2136 DiagId = diag::err_literal_operator_string_prefix;
2172 DiagId = diag::err_literal_operator_string_not_empty;
2175 if (DiagId) {
2181 Diag(DiagLoc, DiagId) << FixItHint::CreateReplacement(
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp544 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) { argument
545 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator());
555 OptionalDiagnostic Diag(SourceLocation Loc, diag::kind DiagId
591 addDiag(Loc, DiagId);
600 OptionalDiagnostic Diag(const Expr *E, diag::kind DiagId
604 return Diag(E->getExprLoc(), DiagId, ExtraNotes);
615 OptionalDiagnostic CCEDiag(LocArg Loc, diag::kind DiagId
624 return Diag(Loc, DiagId, ExtraNotes);
628 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { argument
631 return OptionalDiagnostic(&addDiag(Loc, DiagId));
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2542 unsigned DiagId = diag::err_decltype_auto_compound_type; local
2552 DiagId = diag::err_decltype_auto_function_declarator_not_declaration;
2568 S.Diag(DeclChunk.Loc, DiagId) << DiagKind;

Completed in 183 milliseconds