Searched refs:isRHSFuncPtr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp7794 bool isRHSFuncPtr = isRHSPointer && RHSPointeeTy->isFunctionType(); local
7795 if (isLHSFuncPtr || isRHSFuncPtr) {
7796 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr);

Completed in 84 milliseconds