Searched refs:FFDiag (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 565 FFDiag(Loc, diag::note_constexpr_call_limit_exceeded); in CheckCallLimit() 570 FFDiag(Loc, diag::note_constexpr_depth_limit_exceeded) in CheckCallLimit() 587 FFDiag(S->getLocStart(), diag::note_constexpr_step_limit_exceeded); in nextStep() 656 FFDiag(SourceLocation Loc, in FFDiag() function 662 OptionalDiagnostic FFDiag(const Expr *E, diag::kind DiagId in FFDiag() function 1414 Info.FFDiag(Loc, diag::note_constexpr_non_global, 1) in CheckLValueConstantExpression() 1419 Info.FFDiag(Loc); in CheckLValueConstantExpression() 1469 Info.FFDiag(Loc, diag::note_constexpr_past_end, 1) in CheckLValueConstantExpression() 1493 Info.FFDiag(E, diag::note_constexpr_nonliteral) in CheckLiteralType() 1496 Info.FFDiag(E, diag::note_invalid_subexpr_in_const_expr); in CheckLiteralType() [all …]
|