Searched defs:ObjCImplParsingDataRAII (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp2237 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl);
2265 Parser::ObjCImplParsingDataRAII::~ObjCImplParsingDataRAII() {
2279 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) {
/external/clang/include/clang/Parse/
H A DParser.h1344 struct ObjCImplParsingDataRAII { struct in class:clang::Parser
1351 ObjCImplParsingDataRAII(Parser &parser, Decl *D) function in struct:clang::Parser::ObjCImplParsingDataRAII
1356 ~ObjCImplParsingDataRAII();
1364 ObjCImplParsingDataRAII *CurParsedObjCImpl;

Completed in 80 milliseconds