Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance
173 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()174 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()640 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()2243 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()2244 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()2261 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()2662 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()2706 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2733 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
61 CurParsedObjCImpl = nullptr; in Parser()909 if (CurParsedObjCImpl) { in ParseExternalDeclaration()917 CurParsedObjCImpl ? Sema::PCC_ObjCImplementation : Sema::PCC_Namespace); in ParseExternalDeclaration()1298 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1315 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
1988 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()1997 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2347 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()3276 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
2228 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
1697 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1708 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable