Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp803 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
832 if (isQuote(C)) { in TokenizeGNUCommandLine()