Home
last modified time | relevance | path

Searched refs:PromotedCharTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3209 QualType PromotedCharTy = CharTy; in CheckDesignatedInitializer() local
3211 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
3212 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy); in CheckDesignatedInitializer()
3226 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
3227 if (CharTy != PromotedCharTy) in CheckDesignatedInitializer()
3249 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
3250 if (CharTy != PromotedCharTy) in CheckDesignatedInitializer()