Home
last modified time | relevance | path

Searched refs:IsUDSuffix (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Lex/
DLexer.cpp1658 bool IsUDSuffix = false; in LexUDSuffix() local
1660 IsUDSuffix = true; in LexUDSuffix()
1675 IsUDSuffix = (Chars == 1 && Buffer[0] == 's') || in LexUDSuffix()
1690 if (!IsUDSuffix) { in LexUDSuffix()