Searched refs:QuotePos (Results 1 – 1 of 1) sorted by relevance
38 const size_t QuotePos = Text.find('"'); in isRawStringLiteral() local39 assert(QuotePos != StringRef::npos); in isRawStringLiteral()40 return (QuotePos > 0) && (Text[QuotePos - 1] == 'R'); in isRawStringLiteral()