reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2502   QualType getPromotedIntegerType(QualType PromotableType) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  654       QualType NewTy = Ctx.getPromotedIntegerType(LTy);
  661       QualType NewTy = Ctx.getPromotedIntegerType(RTy);
tools/clang/lib/AST/FormatString.cpp
  451                               ? C.getPromotedIntegerType(argTy)
tools/clang/lib/Sema/SemaChecking.cpp
 8277       S.Context.getPromotedIntegerType(From) == To)
tools/clang/lib/Sema/SemaDecl.cpp
17429       BestPromotionType = Context.getPromotedIntegerType(BestType);
tools/clang/lib/Sema/SemaExpr.cpp
  726       QualType PT = Context.getPromotedIntegerType(Ty);
 1373     LHSType = Context.getPromotedIntegerType(LHSType);
 9666         LHSTy = Context.getPromotedIntegerType(LHSTy);
10548       IntType = S.Context.getPromotedIntegerType(IntType);
14527       PromoteType = Context.getPromotedIntegerType(TInfo->getType());
tools/clang/lib/Sema/SemaInit.cpp
 2867       PromotedCharTy = Context.getPromotedIntegerType(CharTy);
tools/clang/lib/Sema/SemaType.cpp
 4854               ParamTy = Context.getPromotedIntegerType(ParamTy);