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

References

tools/clang/include/clang/Basic/TargetInfo.h
  301   IntType getChar16Type() const { return Char16Type; }
  565   unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
  566   unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
tools/clang/lib/Basic/TargetInfo.cpp
   94   Char16Type = UnsignedShort;
tools/clang/lib/Basic/Targets/AVR.h
   53     Char16Type = UnsignedInt;
tools/clang/lib/Basic/Targets/NVPTX.cpp
  132   Char16Type = HostTarget->getChar16Type();