Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1779 struct ObjCImplParsingDataRAII { struct
1786 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1791 ~ObjCImplParsingDataRAII();
1799 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2275 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2305 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2319 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()