reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/ModuleMap.cpp
 1552     if (LToken.hasUDSuffix()) {
tools/clang/lib/Lex/PPDirectives.cpp
 1184   } else if (StrTok.hasUDSuffix()) {
 1334   } else if (StrTok.hasUDSuffix()) {
 1417   if (StrTok.hasUDSuffix()) {
tools/clang/lib/Lex/PPExpressions.cpp
  340     if (PeekTok.hasUDSuffix())
tools/clang/lib/Lex/Pragma.cpp
  231   if (Tok.hasUDSuffix()) {
  566   if (Tok.hasUDSuffix()) {
  749   if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) {
 1068       else if (DiagName.is(tok::string_literal) && !DiagName.hasUDSuffix()) {
tools/clang/lib/Lex/Preprocessor.cpp
 1317     if (Result.hasUDSuffix())
tools/clang/lib/Lex/TokenConcatenation.cpp
  241     if (!PrevTok.hasUDSuffix())
tools/clang/lib/Parse/ParseTentative.cpp
  869       FoundUDSuffix |= Tok.hasUDSuffix();