Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1252 struct ObjCImplParsingDataRAII { struct
1259 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1264 ~ObjCImplParsingDataRAII();
1272 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp1539 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
1567 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
1581 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()