reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
10807             Info.Ctx.hasSameUnqualifiedType(CharTy1, CharTy2)));
10811              handleLValueToRValueConversion(Info, E, CharTy2, String2, Char2) &&
10816              HandleLValueArrayAdjustment(Info, E, String2, CharTy2, 1);
10826       if (CharTy2->isIncompleteType()) {
10827         Info.FFDiag(E, diag::note_constexpr_ltor_incomplete_type) << CharTy2;
10833       if (CharTy1Size != Info.Ctx.getTypeSizeInChars(CharTy2))