Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3206 const PointerType *CastPtr = DestType->getAs<PointerType>(); in CheckCStyleCast() local
3207 if (Self.getLangOpts().ObjCAutoRefCount && CastPtr) { in CheckCStyleCast()
3209 Qualifiers CastQuals = CastPtr->getPointeeType().getQualifiers(); in CheckCStyleCast()
3211 if (CastPtr->getPointeeType()->isObjCLifetimeType() && in CheckCStyleCast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp765 Address CastPtr = Dest.getAddress().withElementType(CGF.ConvertType(Ty)); in VisitCastExpr() local
767 CGF.MakeAddrLValue(CastPtr, Ty)); in VisitCastExpr()