Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h1344 struct ObjCImplParsingDataRAII { struct
1351 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1356 ~ObjCImplParsingDataRAII();
1364 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h1730 struct ObjCImplParsingDataRAII { struct
1737 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() function
1742 ~ObjCImplParsingDataRAII();
1750 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h1730 struct ObjCImplParsingDataRAII { struct
1737 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1742 ~ObjCImplParsingDataRAII();
1750 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h1707 struct ObjCImplParsingDataRAII { struct
1714 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1719 ~ObjCImplParsingDataRAII();
1727 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h1767 struct ObjCImplParsingDataRAII { struct
1774 ObjCImplParsingDataRAII(Parser &parser, Decl *D) in ObjCImplParsingDataRAII() argument
1779 ~ObjCImplParsingDataRAII();
1787 ObjCImplParsingDataRAII *CurParsedObjCImpl; argument
/aosp_15_r20/external/clang/lib/Parse/
H A DParseObjc.cpp2237 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl); in ParseObjCAtImplementationDeclaration()
2265 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() { in ~ObjCImplParsingDataRAII()
2279 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()