Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Unified Diff: runtime/vm/parser.h

Issue 9150036: Skip qualified identifiers that are part of ignored types. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
===================================================================
--- runtime/vm/parser.h (revision 3437)
+++ runtime/vm/parser.h (working copy)
@@ -164,6 +164,7 @@
void SkipListLiteral();
void SkipFunctionLiteral();
void SkipStringLiteral();
+ void SkipQualIdent();
void CheckConstructorCallTypeArguments(
intptr_t pos,
@@ -236,7 +237,6 @@
ParamList* params);
void ParseFormalParameterList(bool allow_explicit_default_values,
ParamList* params);
- void ParseNamedFormalParameters(bool are_implicitly_const, ParamList* params);
void CheckConstFieldsInitialized(const Class& cls);
void CheckConstructors(ClassDesc* members);
void ParseInitializedInstanceFields(const Class& cls,
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698