Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp138 if (CurParsedObjCImpl) { in CheckNestedObjCContexts()
139 CurParsedObjCImpl->finish(AtLoc); in CheckNestedObjCContexts()
367 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()
1559 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()
1560 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()
1577 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()
1932 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
1975 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()
2002 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
DParser.cpp62 CurParsedObjCImpl = nullptr; in Parser()
695 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()
1010 else if (CurParsedObjCImpl && in ParseFunctionDefinition()
1026 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
DParseExpr.cpp1572 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
DParseDecl.cpp1583 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
1592 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
2028 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()
2643 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h1260 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1271 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable