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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp821 static bool isWhitespaceOrNull(char C) { function
928 return isWhitespaceOrNull(C) || C == '\\' || C == '\"';
946 while (I < E && isWhitespaceOrNull(Src[I])) {
958 if (I >= E || isWhitespaceOrNull(Src[I])) {
978 if (isWhitespaceOrNull(Src[I])) {

Completed in 117 milliseconds