Searched refs:IsLongString (Results 1 – 1 of 1) sorted by relevance
98 static bool stripQuotes(StringRef &Str, bool &IsLongString) { in stripQuotes() argument103 IsLongString = Str.startswith_lower("L"); in stripQuotes()104 if (IsLongString) in stripQuotes()147 bool &IsLongString, SmallVectorImpl<UTF16> &Result, in processString() argument149 bool IsString = stripQuotes(Str, IsLongString); in processString()180 auto AddRes = [&Result, NullHandler, IsLongString](UTF16 Char) -> Error { in processString()181 if (!IsLongString) { in processString()194 auto AddEscapedChar = [AddRes, IsLongString, CodePage](UTF16 Char) -> Error { in processString()195 if (!IsLongString) { in processString()240 size_t RemainingChars = IsLongString ? 4 : 2; in processString()[all …]