Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h333 bool WantObjCSuper = false; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5028 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
5361 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5539 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
H A DSemaExprObjC.cpp2267 WantObjCSuper = Method->getClassInterface()->getSuperClass(); in ObjCInterfaceOrSuperCCC()