Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDCommandLine.cpp799 static bool isWhitespaceOrNull(char C) { in isWhitespaceOrNull() function
908 return isWhitespaceOrNull(C) || C == '\\' || C == '\"'; in isWindowsSpecialChar()
911 return isWhitespaceOrNull(C) || C == '\"'; in isWindowsSpecialCharInCommandName()
937 while (I < E && isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()
954 if (I >= E || isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()
979 if (isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()