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()
433 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseObjCInterfaceDeclList()
1606 if (CurParsedObjCImpl) in ParseObjCAtEndDeclaration()
1607 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration()
1624 P.CurParsedObjCImpl = nullptr; in ~ObjCImplParsingDataRAII()
1979 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens()
2022 if (CurParsedObjCImpl) { in ParseObjCMethodDefinition()
2049 assert (CurParsedObjCImpl in ParseObjCMethodDefinition()
DParser.cpp62 CurParsedObjCImpl = nullptr; in Parser()
686 CurParsedObjCImpl? Sema::PCC_ObjCImplementation in ParseExternalDeclaration()
1005 else if (CurParsedObjCImpl && in ParseFunctionDefinition()
1021 CurParsedObjCImpl->HasCFunction = true; in ParseFunctionDefinition()
DParseExpr.cpp1437 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl in ParsePostfixExpressionSuffix()
DParseDecl.cpp1490 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
1499 (!ParsingInObjCContainer || CurParsedObjCImpl)) in SkipMalformedDecl()
1903 (!CurParsedObjCImpl || !D.isFunctionDeclarator())) { in ParseDeclarationAfterDeclaratorAndAttributes()
2513 else if (CurParsedObjCImpl) in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h1271 P.CurParsedObjCImpl = this; in ObjCImplParsingDataRAII()
1282 ObjCImplParsingDataRAII *CurParsedObjCImpl; variable