Searched refs:skip_s_white (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp354 StringRef::iterator skip_s_white(StringRef::iterator Position);
817 StringRef::iterator Scanner::skip_s_white(StringRef::iterator Position) { function in class:Scanner
1081 Current = skip_while(&Scanner::skip_s_white, Current);
1092 Current = skip_while(&Scanner::skip_s_white, Current);
1332 StringRef::iterator i = skip_s_white(Tmp);

Completed in 49 milliseconds