Searched refs:CCEDiag (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 676 OptionalDiagnostic CCEDiag(SourceLocation Loc, diag::kind DiagId in CCEDiag() function 687 OptionalDiagnostic CCEDiag(const Expr *E, diag::kind DiagId in CCEDiag() function 690 return CCEDiag(E->getExprLoc(), DiagId, ExtraNotes); in CCEDiag() 942 Info.CCEDiag(E, diag::note_constexpr_past_end_subobject) in checkSubobject() 953 Info.CCEDiag(E, diag::note_constexpr_array_index) in diagnosePointerArithmetic() 957 Info.CCEDiag(E, diag::note_constexpr_array_index) in diagnosePointerArithmetic() 1117 Info.CCEDiag(E, diag::note_constexpr_null_subobject) in checkNullPointer() 1462 Info.CCEDiag(Loc); in CheckLValueConstantExpression() 1652 Info.CCEDiag(E, diag::note_constexpr_overflow) in HandleOverflow() 1844 Info.CCEDiag(E, diag::note_constexpr_negative_shift) << RHS; in handleIntIntBinOp() [all …]
|