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

References

tools/clang/include/clang/Basic/TargetInfo.h
  302   IntType getChar32Type() const { return Char32Type; }
  570   unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
  571   unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
tools/clang/lib/Basic/TargetInfo.cpp
   95   Char32Type = UnsignedInt;
tools/clang/lib/Basic/Targets/AVR.h
   55     Char32Type = UnsignedLong;
tools/clang/lib/Basic/Targets/NVPTX.cpp
  133   Char32Type = HostTarget->getChar32Type();