Home
last modified time | relevance | path

Searched refs:ObjCImplParsingDataRAII (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h1251 struct ObjCImplParsingDataRAII { struct
1258 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1263 ~ObjCImplParsingDataRAII();
1271 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/external/clang/lib/Parse/
DParseObjc.cpp1539 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
1567 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
1581 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()