Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance
138 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()139 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()433 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()1606 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()1607 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()1624 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()1979 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()2022 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2049 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
62 CurParsedObjCImpl = nullptr; in Parser()686 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()1005 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1021 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
1437 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
1490 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()1499 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()1903 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()2513 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
1271 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1282 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable