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

References

tools/clang/lib/Lex/Lexer.cpp
  406   else if (!Tok.hasUCN()) {
tools/clang/lib/Lex/LiteralSupport.cpp
 1564         if (StringToks[i].hasUCN())
 1573         if (StringToks[i].hasUCN()) {
tools/clang/lib/Lex/Preprocessor.cpp
  464   if (Tok.isNot(tok::raw_identifier) && !Tok.hasUCN()) {
  702   if (!Identifier.needsCleaning() && !Identifier.hasUCN()) {
  710     if (Identifier.hasUCN()) {
tools/clang/lib/Tooling/Syntax/Tokens.cpp
  257         !T.hasUCN()) { // FIXME: support needsCleaning and hasUCN cases.