Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h234 WantObjCSuper(false), in CorrectionCandidateCallback()
267 bool WantObjCSuper; variable
/external/clang/lib/Sema/
DSemaLookup.cpp3691 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
4240 && CCC.WantObjCSuper && !CCC.WantRemainingKeywords in CorrectTypo()
4296 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
DSemaExprObjC.cpp1762 WantObjCSuper = Method->getClassInterface()->getSuperClass(); in ObjCInterfaceOrSuperCCC()