Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp170 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()
171 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()
677 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()
2233 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()
2234 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()
2251 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()
2606 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
2650 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()
2677 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
DParser.cpp82 CurParsedObjCImpl = nullptr; in Parser()
729 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()
1044 else if (CurParsedObjCImpl && in ParseFunctionDefinition()
1060 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
DParseExpr.cpp1646 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
DParseDecl.cpp1649 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
1658 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2094 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()
2717 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h1331 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1342 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable