Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance
190 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()191 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()670 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()2289 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()2290 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()2307 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()2708 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()2752 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2779 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
61 CurParsedObjCImpl = nullptr; in Parser()921 if (CurParsedObjCImpl) { in ParseExternalDeclaration()929 CurParsedObjCImpl ? Sema::PCC_ObjCImplementation : Sema::PCC_Namespace); in ParseExternalDeclaration()1331 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1348 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
2247 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
2002 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2011 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2366 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()3328 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
1717 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1728 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable