Home | History | Annotate | Download | only in Sema

Lines Matching refs:CStyle

2450   bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast);
2631 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle))
2650 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle))
2678 CStyle))