Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp2395 QualType PromotedCharTy = CharTy; in CheckDesignatedInitializer() local
2397 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
2398 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy); in CheckDesignatedInitializer()
2412 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
2413 if (CharTy != PromotedCharTy) in CheckDesignatedInitializer()
2434 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
2435 if (CharTy != PromotedCharTy) in CheckDesignatedInitializer()