HomeSort by relevance Sort by last modified time
    Searched refs:getPromotedIntegerType (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Analysis/
FormatString.cpp 327 ? C.getPromotedIntegerType(C.getWCharType()) : C.getWCharType();
330 ? C.getPromotedIntegerType(argTy) : argTy;
384 return WC->isPromotableIntegerType() ? C.getPromotedIntegerType(WC) : WC;
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 478 QualType PT = Context.getPromotedIntegerType(Ty);
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 464 milliseconds