Searched refs:IsUDSuffix (Results 1 – 2 of 2) sorted by relevance
1686 bool IsUDSuffix = false; in LexUDSuffix() local1688 IsUDSuffix = true; in LexUDSuffix()1703 IsUDSuffix = (Chars == 1 && Buffer[0] == 's') || in LexUDSuffix()1718 if (!IsUDSuffix) { in LexUDSuffix()
1851 bool IsUDSuffix = false; in LexUDSuffix() local1853 IsUDSuffix = true; in LexUDSuffix()1869 IsUDSuffix = StringLiteralParser::isValidUDSuffix(getLangOpts(), in LexUDSuffix()1883 if (!IsUDSuffix) { in LexUDSuffix()