Home
last modified time | relevance | path

Searched refs:PrepareCastToObjCObjectPointer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h913 CastKind PrepareCastToObjCObjectPointer(ExprResult &E);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2528 Kind = Self.ObjC().PrepareCastToObjCObjectPointer(SrcExpr); in TryReinterpretCast()
H A DSemaExprObjC.cpp5195 CastKind SemaObjC::PrepareCastToObjCObjectPointer(ExprResult &E) { in PrepareCastToObjCObjectPointer() function in SemaObjC
H A DSemaExprCXX.cpp4618 (void)ObjC().PrepareCastToObjCObjectPointer(E); in PerformImplicitConversion()