Searched defs:IsUDSuffix (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds