Home | History | Annotate | Download | only in Sema

Lines Matching defs:CStyle

2465   bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast);
2652 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle))
2671 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle))
2699 CStyle))