Searched refs:HasUDSuffix (Results 1 – 2 of 2) sorted by relevance
83 HasUDSuffix = 0x20, // This string or character literal has a ud-suffix. enumerator290 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; } in hasUDSuffix()
1702 Result.setFlag(Token::HasUDSuffix); in LexUDSuffix()