Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp993 QualType FinalTy = Arg->getType(); in rewriteToNumericBoxedExpression() local
995 uint64_t FinalTySize = Ctx.getTypeSize(FinalTy); in rewriteToNumericBoxedExpression()
1104 Diags.Report(Msg->getExprLoc(), diagID) << OrigTy << FinalTy in rewriteToNumericBoxedExpression()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp9750 const Type *FinalTy = E->getType()->castAs<MemberPointerType>()->getClass(); in VisitCastExpr() local
9751 if (!Result.castToDerived(FinalTy->getAsCXXRecordDecl())) in VisitCastExpr()