• Home
  • Raw
  • Download

Lines Matching refs:Parser

25 Decl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS,  in ParseCXXInlineMethodDef()
186 void Parser::ParseCXXNonStaticMemberInitializer(Decl *VarD) { in ParseCXXNonStaticMemberInitializer()
223 Parser::LateParsedDeclaration::~LateParsedDeclaration() {} in ~LateParsedDeclaration()
224 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} in ParseLexedMethodDeclarations()
225 void Parser::LateParsedDeclaration::ParseLexedMemberInitializers() {} in ParseLexedMemberInitializers()
226 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} in ParseLexedMethodDefs()
228 Parser::LateParsedClass::LateParsedClass(Parser *P, ParsingClass *C) in LateParsedClass()
231 Parser::LateParsedClass::~LateParsedClass() { in ~LateParsedClass()
235 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()
239 void Parser::LateParsedClass::ParseLexedMemberInitializers() { in ParseLexedMemberInitializers()
243 void Parser::LateParsedClass::ParseLexedMethodDefs() { in ParseLexedMethodDefs()
247 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()
251 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs()
255 void Parser::LateParsedMemberInitializer::ParseLexedMemberInitializers() { in ParseLexedMemberInitializers()
263 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations()
285 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
363 void Parser::ParseLexedMethodDefs(ParsingClass &Class) { in ParseLexedMethodDefs()
378 void Parser::ParseLexedMethodDef(LexedMethod &LM) { in ParseLexedMethodDef()
446 void Parser::ParseLexedMemberInitializers(ParsingClass &Class) { in ParseLexedMemberInitializers()
484 void Parser::ParseLexedMemberInitializer(LateParsedMemberInitializer &MI) { in ParseLexedMemberInitializer()
524 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2, in ConsumeAndStoreUntil()
621 bool Parser::ConsumeAndStoreFunctionPrologue(CachedTokens &Toks) { in ConsumeAndStoreFunctionPrologue()