Searched refs:skip_s_white (Results 1 – 1 of 1) sorted by relevance
354 StringRef::iterator skip_s_white(StringRef::iterator Position);814 StringRef::iterator Scanner::skip_s_white(StringRef::iterator Position) { in skip_s_white() function in Scanner1042 Current = skip_while(&Scanner::skip_s_white, Current); in scanDirective()1053 Current = skip_while(&Scanner::skip_s_white, Current); in scanDirective()1293 StringRef::iterator i = skip_s_white(Tmp); in scanPlainScalar()