Home
last modified time | relevance | path

Searched refs:FinalTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp991 QualType FinalTy = Arg->getType(); in rewriteToNumericBoxedExpression() local
993 uint64_t FinalTySize = Ctx.getTypeSize(FinalTy); in rewriteToNumericBoxedExpression()
1091 Diags.Report(Msg->getExprLoc(), diagID) << OrigTy << FinalTy in rewriteToNumericBoxedExpression()
/external/clang/lib/AST/
DExprConstant.cpp5380 const Type *FinalTy = E->getType()->castAs<MemberPointerType>()->getClass(); in VisitCastExpr() local
5381 if (!Result.castToDerived(FinalTy->getAsCXXRecordDecl())) in VisitCastExpr()