Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
2779 if (!checkCastFunctionType(Self, SrcExpr, DestType)) in CheckCXXCStyleCast()
3103 if (!checkCastFunctionType(Self, SrcExpr, DestType)) in CheckCStyleCast()