Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp901 static size_t parseBackslash(StringRef Src, size_t I, SmallString<128> &Token) { in parseBackslash() function
965 I = parseBackslash(Src, I, Token); in tokenizeWindowsCommandLineImpl()
986 I = parseBackslash(Src, I, Token); in tokenizeWindowsCommandLineImpl()
1004 I = parseBackslash(Src, I, Token); in tokenizeWindowsCommandLineImpl()