Searched refs:LateParsedMethodDeclaration (Results 1 – 3 of 3) sorted by relevance
258 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()302 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
1985 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
1021 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct1022 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument1221 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);