Searched refs:skipToEnd (Results 1 – 17 of 17) sorted by relevance
36 stream.skipToEnd();39 stream.skipToEnd();
34 skipToEnd: function() {this.pos = this.string.length;}, method in StringStream69 return {token: function(stream) {stream.skipToEnd();}};
66 stream.skipToEnd();78 stream.skipToEnd();
39 stream.skipToEnd();185 stream.skipToEnd();
10 else stream.skipToEnd();
100 stream.skipToEnd();115 stream.skipToEnd();
80 stream.skipToEnd();
587 stream.skipToEnd();
3362 return {token: function(stream) {stream.skipToEnd();}};3692 skipToEnd: function() {this.pos = this.string.length;},
430 void skipToEnd();
511 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
1797 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()1805 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()1855 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()1959 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
350 T.skipToEnd(); in ParseMicrosoftDeclSpecWithSingleArg()522 T.skipToEnd(); in ParseComplexMicrosoftDeclSpec()536 T.skipToEnd(); in ParseComplexMicrosoftDeclSpec()564 T.skipToEnd(); in ParseMicrosoftDeclSpec()575 T.skipToEnd(); in ParseMicrosoftDeclSpec()1203 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()1211 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()1219 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()1229 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()1239 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
799 Parens.skipToEnd(); in ParseLambdaIntroducer()802 Parens.skipToEnd(); in ParseLambdaIntroducer()819 Braces.skipToEnd(); in ParseLambdaIntroducer()2796 Parens.skipToEnd(); in ParseTypeTrait()2804 Parens.skipToEnd(); in ParseTypeTrait()
2225 T.skipToEnd(); in ParseAsmStatement()2655 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
3326 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
584 skipToEnd: function () { }, method in CodeMirror.StringStream