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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h253 WantObjCSuper(false), IsObjCIvarLookup(false),
267 /// WantCXXNamedCasts, WantRemainingKeywords, or WantObjCSuper is true.
286 bool WantObjCSuper; member in class:clang::CorrectionCandidateCallback
/external/clang/lib/Sema/
H A DSemaLookup.cpp3954 if (CCC.WantObjCSuper)
4391 // WantObjCSuper is only true for CTC_ObjCMessageReceiver and for
4394 else if (SecondBestTC && CCC.WantObjCSuper && !CCC.WantRemainingKeywords) {
4455 WantRemainingKeywords || WantObjCSuper;
H A DSemaExprObjC.cpp1813 WantObjCSuper = Method->getClassInterface()->getSuperClass();

Completed in 121 milliseconds