Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseObjc.cpp190 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()
191 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()
670 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()
2289 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()
2290 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()
2307 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()
2708 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
2752 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()
2779 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
DParser.cpp61 CurParsedObjCImpl = nullptr; in Parser()
921 if (CurParsedObjCImpl) { in ParseExternalDeclaration()
929 CurParsedObjCImpl ? Sema::PCC_ObjCImplementation : Sema::PCC_Namespace); in ParseExternalDeclaration()
1331 else if (CurParsedObjCImpl && in ParseFunctionDefinition()
1348 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
DParseExpr.cpp2247 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
DParseDecl.cpp2002 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2011 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2366 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()
3328 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h1717 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1728 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable