Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance
196 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()197 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()689 getCurScope(), CurParsedObjCImpl in ParseObjCInterfaceDeclList()2297 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()2298 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()2315 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()2720 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()2764 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2791 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
64 CurParsedObjCImpl = nullptr; in Parser()946 if (CurParsedObjCImpl) { in ParseExternalDeclaration()955 if (CurParsedObjCImpl) { in ParseExternalDeclaration()1380 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1397 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
2370 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
2244 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2253 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2698 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()3749 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
1788 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1799 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable