Searched refs:TokenizeWindowsCommandLineFull (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 265 testCommandLineTokenizer(cl::TokenizeWindowsCommandLineFull, Input1, Output1); in TEST() 270 testCommandLineTokenizer(cl::TokenizeWindowsCommandLineFull, Input2, Output2, in TEST() 275 testCommandLineTokenizer(cl::TokenizeWindowsCommandLineFull, Input3, Output3); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Process.inc | 251 cl::TokenizeWindowsCommandLineFull(Cmd, Saver, TmpArgs, /*MarkEOLs=*/false);
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 2037 void TokenizeWindowsCommandLineFull(StringRef Source, StringSaver &Saver,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1062 void cl::TokenizeWindowsCommandLineFull(StringRef Src, StringSaver &Saver, in TokenizeWindowsCommandLineFull() function in cl
|