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

References

tools/clang/lib/AST/ASTContext.cpp
 1891       Width = Target->getChar32Width();
tools/clang/lib/AST/Expr.cpp
 1017     CharByteWidth = Target.getChar32Width();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  962     DEFINE_LOCK_FREE_MACRO(CHAR32_T, Char32);
tools/clang/lib/Lex/LiteralSupport.cpp
   54     return Target.getChar32Width();
tools/clang/lib/Lex/PPExpressions.cpp
  364       NumBits = TI.getChar32Width();