Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1686 bool IsUDSuffix = false; in LexUDSuffix() local
1688 IsUDSuffix = true; in LexUDSuffix()
1703 IsUDSuffix = (Chars == 1 && Buffer[0] == 's') || in LexUDSuffix()
1718 if (!IsUDSuffix) { in LexUDSuffix()