Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaInit.cpp2908 QualType PromotedCharTy = CharTy; in CheckDesignatedInitializer() local
2910 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
2911 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy); in CheckDesignatedInitializer()
2925 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
2926 if (CharTy != PromotedCharTy) in CheckDesignatedInitializer()
2948 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
2949 if (CharTy != PromotedCharTy) in CheckDesignatedInitializer()