Searched refs:LiteralSourceText (Results 1 – 2 of 2) sorted by relevance
134 const StringRef LiteralSourceText = Lexer::getSourceText( in shouldReplaceLiteralSuffix() local140 if (!std::isdigit(static_cast<unsigned char>(LiteralSourceText.front()))) in shouldReplaceLiteralSuffix()150 Skip = LiteralSourceText.find_first_of(LiteralType::SkipFirst); in shouldReplaceLiteralSuffix()159 Skip = LiteralSourceText.find_first_of(LiteralType::Suffixes, /*From=*/Skip); in shouldReplaceLiteralSuffix()169 ReplacementDsc.OldSuffix = LiteralSourceText.drop_front(Skip); in shouldReplaceLiteralSuffix()
77 const StringRef LiteralSourceText = Lexer::getSourceText( in checkBoundMatch() local83 << LiteralSourceText; in checkBoundMatch()