Home | History | Annotate | Download | only in src

Lines Matching defs:ParseFunctionDeclaration

160       return ParseFunctionDeclaration(ok);
273 Statement statement = ParseFunctionDeclaration(CHECK_OK);
294 PreParser::Statement PreParser::ParseFunctionDeclaration(bool* ok) {