Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp883 static size_t parseBackslash(StringRef Src, size_t I, SmallString<128> &Token) { in parseBackslash() function
970 I = parseBackslash(Src, I, Token); in tokenizeWindowsCommandLineImpl()
995 I = parseBackslash(Src, I, Token); in tokenizeWindowsCommandLineImpl()
1013 I = parseBackslash(Src, I, Token); in tokenizeWindowsCommandLineImpl()