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

References

tools/clang/lib/Sema/SemaInit.cpp
 2867       PromotedCharTy = Context.getPromotedIntegerType(CharTy);
 2868     unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy);
 2875       StructuredList->resizeInits(Context, StrLen);
 2881         Expr *Init = new (Context) IntegerLiteral(
 2882             Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
 2884           Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
 2886         StructuredList->updateInit(Context, i, Init);
 2891       Context.getObjCEncodingForType(E->getEncodedType(), Str);
 2897       StructuredList->resizeInits(Context, StrLen);
 2903         Expr *Init = new (Context) IntegerLiteral(
 2904             Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
 2906           Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
 2908         StructuredList->updateInit(Context, i, Init);