HomeSort by relevance Sort by last modified time
    Searched refs:DiagId (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Parse/
ParseTemplate.cpp 785 unsigned DiagId = diag::err_two_right_angle_brackets_need_space;
788 DiagId = diag::warn_cxx98_compat_two_right_angle_brackets;
790 DiagId = diag::err_right_angle_bracket_equal_needs_space;
791 Diag(Tok.getLocation(), DiagId) << Hint1 << Hint2;
    [all...]
ParseExprCXX.cpp 519 unsigned DiagID = diag::err_missing_dependent_template_keyword;
521 DiagID = diag::warn_missing_dependent_template_keyword;
523 Diag(Tok.getLocation(), DiagID)
671 Optional<unsigned> DiagID = ParseLambdaIntroducer(Intro);
672 if (DiagID) {
673 Diag(Tok, DiagID.getValue());
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 563 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) {
564 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator());
574 OptionalDiagnostic Diag(SourceLocation Loc, diag::kind DiagId
612 addDiag(Loc, DiagId);
621 OptionalDiagnostic Diag(const Expr *E, diag::kind DiagId
625 return Diag(E->getExprLoc(), DiagId, ExtraNotes);
636 OptionalDiagnostic CCEDiag(LocArg Loc, diag::kind DiagId
645 return Diag(Loc, DiagId, ExtraNotes);
649 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) {
652 return OptionalDiagnostic(&addDiag(Loc, DiagId));
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 153 milliseconds