Searched defs:PromotedCharTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp2227 QualType PromotedCharTy = CharTy; local
2229 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
2230 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy);
2244 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
2245 if (CharTy != PromotedCharTy)
2266 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
2267 if (CharTy != PromotedCharTy)

Completed in 85 milliseconds