Searched refs:LateParsedMethodDeclaration (Results 1 – 3 of 3) sorted by relevance
255 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()328 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
2214 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
1362 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct1363 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() function1554 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);