Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp816 static bool isWhitespaceOrNull(char C) { in isWhitespaceOrNull() function
925 return isWhitespaceOrNull(C) || C == '\\' || C == '\"'; in isWindowsSpecialChar()
928 return isWhitespaceOrNull(C) || C == '\"'; in isWindowsSpecialCharInCommandName()
954 while (I < E && isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()
971 if (I >= E || isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()
996 if (isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()