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

/external/clang/lib/Sema/
H A DSemaInit.cpp2485 QualType PromotedCharTy = CharTy; local
2487 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
2488 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy);
2502 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
2503 if (CharTy != PromotedCharTy)
2524 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
2525 if (CharTy != PromotedCharTy)

Completed in 167 milliseconds