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

  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 552 unsigned DiagID = diag::err_missing_dependent_template_keyword;
554 DiagID = diag::warn_missing_dependent_template_keyword;
556 Diag(Tok.getLocation(), DiagID)
720 Optional<unsigned> DiagID = ParseLambdaIntroducer(Intro);
721 if (DiagID) {
722 Diag(Tok, DiagID.getValue());
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 596 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) {
597 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator());
606 OptionalDiagnostic Diag(SourceLocation Loc, diag::kind DiagId,
645 addDiag(Loc, DiagId);
657 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
659 return Diag(Loc, DiagId, ExtraNotes, false);
662 OptionalDiagnostic FFDiag(const Expr *E, diag::kind DiagId
666 return Diag(E->getExprLoc(), DiagId, ExtraNotes, /*IsCCEDiag*/false);
676 OptionalDiagnostic CCEDiag(SourceLocation Loc, diag::kind DiagId
685 return Diag(Loc, DiagId, ExtraNotes, true)
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaType.cpp 732 unsigned DiagID) {
745 S.Diag(Qual.second, DiagID)
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 174 milliseconds