Searched refs:DiagnoseCastOfObjCSEL (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1710 static void DiagnoseCastOfObjCSEL(Sema &Self, const ExprResult &SrcExpr, in DiagnoseCastOfObjCSEL() function 2121 DiagnoseCastOfObjCSEL(Self, SrcExpr, DestType); in TryReinterpretCast() 2558 DiagnoseCastOfObjCSEL(Self, SrcExpr, DestType); in CheckCStyleCast()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 1929 static void DiagnoseCastOfObjCSEL(Sema &Self, const ExprResult &SrcExpr, in DiagnoseCastOfObjCSEL() function 2364 DiagnoseCastOfObjCSEL(Self, SrcExpr, DestType); in TryReinterpretCast() 2960 DiagnoseCastOfObjCSEL(Self, SrcExpr, DestType); in CheckCStyleCast()
|