Home
last modified time | relevance | path

Searched refs:CurParsedObjCImpl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp173 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()
174 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()
640 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()
2243 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()
2244 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()
2261 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()
2662 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
2706 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()
2733 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
H A DParser.cpp61 CurParsedObjCImpl = nullptr; in Parser()
909 if (CurParsedObjCImpl) { in ParseExternalDeclaration()
917 CurParsedObjCImpl ? Sema::PCC_ObjCImplementation : Sema::PCC_Namespace); in ParseExternalDeclaration()
1298 else if (CurParsedObjCImpl && in ParseFunctionDefinition()
1315 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
H A DParseDecl.cpp1988 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
1997 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2347 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()
3276 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
H A DParseExpr.cpp2228 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1697 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1708 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable