Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1062 static bool checkCastFunctionType(Sema &Self, const ExprResult &SrcExpr, in checkCastFunctionType() function
1170 if (!checkCastFunctionType(Self, SrcExpr, DestType)) in CheckReinterpretCast()
2800 if (!checkCastFunctionType(Self, SrcExpr, DestType)) in CheckCXXCStyleCast()
3128 if (!checkCastFunctionType(Self, SrcExpr, DestType)) in CheckCStyleCast()