Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1998 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2028 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2042 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5611 struct ObjCImplParsingDataRAII { struct
5618 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
5623 ~ObjCImplParsingDataRAII();
5631 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument