Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DCommandLine.cpp822 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
851 if (isQuote(C)) { in TokenizeGNUCommandLine()