Lines Matching defs:Self
289 : Self(P), Class(C) {}
292 Self->DeallocateParsedClasses(Class);
296 Self->ParseLexedMethodDeclarations(*Class);
300 Self->ParseLexedMemberInitializers(*Class);
304 Self->ParseLexedMethodDefs(*Class);
308 Self->ParseLexedAttributes(*Class);
312 Self->ParseLexedPragmas(*Class);
316 Self->ParseLexedMethodDeclaration(*this);
320 Self->ParseLexedMethodDef(*this);
324 Self->ParseLexedMemberInitializer(*this);
328 Self->ParseLexedAttribute(*this, true, false);
332 Self->ParseLexedPragma(*this);