Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1344 struct ObjCImplParsingDataRAII { struct
1351 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() function
1356 ~ObjCImplParsingDataRAII();
1364 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/external/clang/lib/Parse/
DParseObjc.cpp2237 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2265 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2279 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()