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

/external/clang/lib/Analysis/
H A DFormatString.cpp344 ? C.getPromotedIntegerType(argTy) : argTy;
/external/clang/include/clang/AST/
H A DASTContext.h1728 QualType getPromotedIntegerType(QualType PromotableType) const;
/external/clang/lib/Sema/
H A DSemaExpr.cpp559 QualType PT = Context.getPromotedIntegerType(Ty);
1060 LHSType = Context.getPromotedIntegerType(LHSType);
6414 LHSTy = Context.getPromotedIntegerType(LHSTy);
9580 PromoteType = Context.getPromotedIntegerType(TInfo->getType());
H A DSemaType.cpp2515 ArgTy = Context.getPromotedIntegerType(ArgTy);
H A DSemaDecl.cpp10864 BestPromotionType = Context.getPromotedIntegerType(BestType);
/external/clang/lib/AST/
H A DASTContext.cpp4037 /// getPromotedIntegerType - Returns the type that Promotable will
4040 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { function in class:ASTContext

Completed in 179 milliseconds