Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp175 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()
176 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()
663 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()
2257 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()
2258 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()
2275 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()
2666 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
2710 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()
2737 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
DParser.cpp82 CurParsedObjCImpl = nullptr; in Parser()
736 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()
1063 else if (CurParsedObjCImpl && in ParseFunctionDefinition()
1079 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
DParseExpr.cpp1694 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
DParseDecl.cpp1685 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
1694 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2131 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()
2772 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h1353 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1364 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable