Searched refs:isQuote (Results 1 – 1 of 1) sorted by relevance
803 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function832 if (isQuote(C)) { in TokenizeGNUCommandLine()