Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp173 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()
H A DParser.cpp61 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()
H A DParseExpr.cpp2193 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
H A DParseDecl.cpp1910 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
1919 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2251 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) in ParseDeclarationAfterDeclaratorAndAttributes()
3149 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1680 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1691 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable