Searched refs:LateParsedMethodDeclaration (Results 1 – 3 of 3) sorted by relevance
247 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()291 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
2147 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
1188 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct1189 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument1388 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);