Home | History | Annotate | Download | only in Sema

Lines Matching refs:WantObjCSuper

3954   if (CCC.WantObjCSuper)
4391 // WantObjCSuper is only true for CTC_ObjCMessageReceiver and for
4394 else if (SecondBestTC && CCC.WantObjCSuper && !CCC.WantRemainingKeywords) {
4455 WantRemainingKeywords || WantObjCSuper;