reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
96 CCEDiag(SourceLocation Loc,
2092 Info.CCEDiag(Loc); 4872 Info.CCEDiag(Loc, diag::note_constexpr_invalid_function, 1) 4876 Info.CCEDiag(Loc, diag::note_invalid_subexpr_in_const_expr); 4907 Info.CCEDiag(CallLoc, diag::note_constexpr_virtual_call);tools/clang/lib/AST/Interp/Interp.cpp
338 S.CCEDiag(Loc, diag::note_constexpr_virtual_call);
tools/clang/lib/AST/Interp/State.cpp54 return CCEDiag(E->getExprLoc(), DiagId, ExtraNotes); 59 return CCEDiag(SI.getLoc(), DiagId, ExtraNotes);