Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance
170 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()171 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()677 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()2233 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()2234 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()2251 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()2606 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()2650 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2677 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
82 CurParsedObjCImpl = nullptr; in Parser()729 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()1044 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1060 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
1646 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
1649 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()1658 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2094 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()2717 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
1331 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1342 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable