Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance
138 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()139 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()367 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()1559 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()1560 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()1577 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()1932 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()1975 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2002 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
62 CurParsedObjCImpl = nullptr; in Parser()695 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()1010 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1026 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
1572 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
1583 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()1592 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2028 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()2643 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
1260 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1271 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable