Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp9596 const Type *FinalTy = E->getType()->castAs<MemberPointerType>()->getClass(); in VisitCastExpr() local
9597 if (!Result.castToDerived(FinalTy->getAsCXXRecordDecl())) in VisitCastExpr()