Lines Matching defs:Interpolated
696 bool Interpolated) {
704 // Interpolated strings could contain { } with " characters inside.
720 if (Interpolated) {
729 if (Interpolated) {
763 bool Interpolated = false;
766 Interpolated = true;
770 Interpolated = true;
774 if (!Verbatim && !Interpolated)
779 if (Verbatim && Interpolated)
785 Offset = lexCSharpString(Offset, End, Verbatim, Interpolated);