Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp196 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()
197 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()
689 getCurScope(), CurParsedObjCImpl in ParseObjCInterfaceDeclList()
2297 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()
2298 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()
2315 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()
2720 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
2764 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()
2791 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
HDParser.cpp64 CurParsedObjCImpl = nullptr; in Parser()
946 if (CurParsedObjCImpl) { in ParseExternalDeclaration()
955 if (CurParsedObjCImpl) { in ParseExternalDeclaration()
1380 else if (CurParsedObjCImpl && in ParseFunctionDefinition()
1397 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
HDParseExpr.cpp2370 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
HDParseDecl.cpp2244 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2253 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2698 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()
3749 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1788 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1799 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable