Searched refs:LateParsedMethodDeclaration (Results 1 – 3 of 3) sorted by relevance
271 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()344 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
2376 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
1417 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct1418 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() function1608 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);