reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 FFDiag(SourceLocation Loc,
952 FFDiag(Loc, diag::note_constexpr_call_limit_exceeded); 957 FFDiag(Loc, diag::note_constexpr_depth_limit_exceeded) 980 FFDiag(S->getBeginLoc(), diag::note_constexpr_step_limit_exceeded); 2015 Info.FFDiag(Loc, diag::note_constexpr_non_global, 1) 2020 Info.FFDiag(Loc); 2030 Info.FFDiag(Loc, diag::note_constexpr_dynamic_alloc) 2069 Info.FFDiag(MTE->getExprLoc(), 2099 Info.FFDiag(Loc, diag::note_constexpr_past_end, 1) 2161 Info.FFDiag(DiagLoc, diag::note_constexpr_uninitialized) 2757 Info.FFDiag(Loc); 2764 Info.FFDiag(Loc); 2856 Info.FFDiag(E->getBeginLoc(), 4456 Info.FFDiag(Found->getBeginLoc(), 4597 Info.FFDiag(S->getBeginLoc()); 4898 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); 4910 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); 4934 Info.FFDiag(CallLoc, diag::note_constexpr_invalid_inhctor, 1) 4937 Info.FFDiag(CallLoc, diag::note_constexpr_invalid_function, 1) 4941 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); 5529 Info.FFDiag(Callee->getEndLoc(), diag::note_constexpr_no_return); 5545 Info.FFDiag(CallLoc, diag::note_constexpr_virtual_base) << RD; 5755 Info.FFDiag(CallLoc, diag::note_constexpr_destroy_out_of_lifetime) 5795 Info.FFDiag(CallLoc, diag::note_constexpr_unsupported_destruction) << T; 5804 Info.FFDiag(CallLoc, diag::note_constexpr_virtual_base) << RD; 5810 Info.FFDiag(CallLoc); 5852 Info.FFDiag(CallLoc, diag::note_constexpr_double_destroy); 5968 Info.FFDiag(E->getExprLoc(), Info.getLangOpts().CPlusPlus2a 5976 Info.FFDiag(E->getExprLoc(), 5999 Info.FFDiag(E->getExprLoc(), diag::note_constexpr_operator_new_bad_size) 6096 Info.FFDiag(E->getExprLoc()); 6222 Info.FFDiag(BCE->getBeginLoc(), 6254 Info.FFDiag(BCE->getBeginLoc(), 6340 Info.FFDiag(BCE->getBeginLoc(), 6366 Info.FFDiag(BCE->getExprLoc(), 6426 Info.FFDiag(BCE->getBeginLoc(), 6519 Info->FFDiag(Loc, diag::note_constexpr_bit_cast_invalid_type) 7134 Info.FFDiag((*BI)->getBeginLoc(), 7149 Info.FFDiag((*BI)->getBeginLoc(),tools/clang/lib/AST/Interp/Context.cpp
38 Parent.FFDiag(Err.getLoc(), diag::err_experimental_clang_interp_failed); 141 Parent.FFDiag(Err.getLoc(), diag::err_experimental_clang_interp_failed);tools/clang/lib/AST/Interp/Interp.cpp
172 S.FFDiag(S.Current->getLocation(OpPC), diag::note_constexpr_modify_global); 360 S.FFDiag(Loc, diag::note_constexpr_invalid_inhctor, 1) 363 S.FFDiag(Loc, diag::note_constexpr_invalid_function, 1) 367 S.FFDiag(Loc, diag::note_invalid_subexpr_in_const_expr);tools/clang/lib/AST/Interp/Interp.h
934 S.FFDiag(EndLoc, diag::note_constexpr_no_return);