Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1708 struct ObjCImplParsingDataRAII { struct
1715 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1720 ~ObjCImplParsingDataRAII();
1728 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2268 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2297 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2311 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()