Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1262 struct ObjCImplParsingDataRAII { struct
1269 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1274 ~ObjCImplParsingDataRAII();
1282 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/external/clang/lib/Parse/
DParseObjc.cpp1586 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
1614 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
1628 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()