Searched refs:diagnoseBadCast (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 383 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast() function 866 diagnoseBadCast(Self, msg, CT_Reinterpret, OpRange, SrcExpr.get(), in CheckReinterpretCast() 928 diagnoseBadCast(Self, msg, CT_Static, OpRange, SrcExpr.get(), DestType, in CheckStaticCast() 2284 diagnoseBadCast(Self, msg, (FunctionalStyle ? CT_Functional : CT_CStyle), in CheckCXXCStyleCast()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 483 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast() function 1066 diagnoseBadCast(Self, msg, CT_Reinterpret, OpRange, SrcExpr.get(), in CheckReinterpretCast() 1133 diagnoseBadCast(Self, msg, CT_Static, OpRange, SrcExpr.get(), DestType, in CheckStaticCast() 2640 diagnoseBadCast(Self, msg, (FunctionalStyle ? CT_Functional : CT_CStyle), in CheckCXXCStyleCast()
|