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

References

tools/clang/lib/AST/ASTContext.cpp
 1887       Width = Target->getChar16Width();
tools/clang/lib/AST/Expr.cpp
 1014     CharByteWidth = Target.getChar16Width();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  961     DEFINE_LOCK_FREE_MACRO(CHAR16_T, Char16);
tools/clang/lib/Lex/LiteralSupport.cpp
   51     return Target.getChar16Width();
tools/clang/lib/Lex/PPExpressions.cpp
  362       NumBits = TI.getChar16Width();