Searched refs:DiagnoseCallingConvCast (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1729 static void DiagnoseCallingConvCast(Sema &Self, const ExprResult &SrcExpr, in DiagnoseCallingConvCast() function 2123 DiagnoseCallingConvCast(Self, SrcExpr, DestType, OpRange); in TryReinterpretCast() 2559 DiagnoseCallingConvCast(Self, SrcExpr, DestType, OpRange); in CheckCStyleCast()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 1948 static void DiagnoseCallingConvCast(Sema &Self, const ExprResult &SrcExpr, in DiagnoseCallingConvCast() function 2366 DiagnoseCallingConvCast(Self, SrcExpr, DestType, OpRange); in TryReinterpretCast() 2961 DiagnoseCallingConvCast(Self, SrcExpr, DestType, OpRange); in CheckCStyleCast()
|