Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp265 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 DProcess.inc251 cl::TokenizeWindowsCommandLineFull(Cmd, Saver, TmpArgs, /*MarkEOLs=*/false);
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h2037 void TokenizeWindowsCommandLineFull(StringRef Source, StringSaver &Saver,
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1062 void cl::TokenizeWindowsCommandLineFull(StringRef Src, StringSaver &Saver, in TokenizeWindowsCommandLineFull() function in cl