Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1688 struct ObjCImplParsingDataRAII { struct
1695 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1700 ~ObjCImplParsingDataRAII();
1708 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2224 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2251 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2265 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()