Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1672 struct ObjCImplParsingDataRAII { struct
1679 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1684 ~ObjCImplParsingDataRAII();
1692 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2217 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2244 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2258 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()