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

References

tools/clang/lib/AST/ExprConstant.cpp
 8249                CharTy, E->getArg(0)->getType()->getPointeeType()));
 8251     if (IsRawByte && CharTy->isIncompleteType()) {
 8252       Info.FFDiag(E, diag::note_constexpr_ltor_incomplete_type) << CharTy;
 8257     if (IsRawByte && Info.Ctx.getTypeSizeInChars(CharTy) != CharUnits::One())
 8268       if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy,
 8297       if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) ||
 8304       if (!HandleLValueArrayAdjustment(Info, E, Result, CharTy, 1))