Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp990 QualType FinalTy = Arg->getType(); in rewriteToNumericBoxedExpression() local
992 uint64_t FinalTySize = Ctx.getTypeSize(FinalTy); in rewriteToNumericBoxedExpression()
1106 Diags.Report(Msg->getExprLoc(), diagID) << OrigTy << FinalTy in rewriteToNumericBoxedExpression()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10161 const Type *FinalTy = E->getType()->castAs<MemberPointerType>()->getClass(); in VisitCastExpr() local
10162 if (!Result.castToDerived(FinalTy->getAsCXXRecordDecl())) in VisitCastExpr()