Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance
175 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()176 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()663 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()2257 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()2258 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()2275 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()2666 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()2710 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2737 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
82 CurParsedObjCImpl = nullptr; in Parser()736 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()1063 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1079 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
1694 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
1685 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()1694 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2131 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()2772 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
1353 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1364 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable