Home | History | Annotate | Download | only in Parse

Lines Matching refs:LateParsedMethodDeclaration

1067   /// LateParsedMethodDeclaration - A method declaration inside a class that
1071 struct LateParsedMethodDeclaration : public LateParsedDeclaration {
1072 explicit LateParsedMethodDeclaration(Parser *P, Decl *M)
1271 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);