Home
last modified time | relevance | path

Searched refs:CheckTollFreeBridgeStaticCast (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h787 bool CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1503 Self.ObjC().CheckTollFreeBridgeStaticCast(DestType, SrcExpr.get(), Kind)) in TryStaticCast()
H A DSemaExprObjC.cpp4214 bool SemaObjC::CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, in CheckTollFreeBridgeStaticCast() function in SemaObjC