Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp821 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
850 if (isQuote(C)) { in TokenizeGNUCommandLine()