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

/external/clang/lib/Sema/
H A DSemaInit.cpp2260 QualType PromotedCharTy = CharTy; local
2262 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
2263 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy);
2277 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
2278 if (CharTy != PromotedCharTy)
2299 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
2300 if (CharTy != PromotedCharTy)

Completed in 87 milliseconds