Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1728 struct ObjCImplParsingDataRAII { struct
1735 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1740 ~ObjCImplParsingDataRAII();
1748 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2281 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2310 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2324 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()