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()2236 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()2237 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()2254 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()2654 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()2698 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()2725 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
61 CurParsedObjCImpl = nullptr; in Parser()876 if (CurParsedObjCImpl) { in ParseExternalDeclaration()884 CurParsedObjCImpl ? Sema::PCC_ObjCImplementation : Sema::PCC_Namespace); in ParseExternalDeclaration()1253 else if (CurParsedObjCImpl && in ParseFunctionDefinition()1270 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
2193 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
1910 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()1919 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()2251 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()3149 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
1680 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()1691 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable