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

Declarations

tools/clang/include/clang/Basic/TargetInfo.h
  338   unsigned getTypeWidth(IntType T) const;

References

tools/clang/include/clang/Basic/TargetInfo.h
  560   unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
  565   unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
  570   unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
  661     return getTypeWidth(IntMaxType);
tools/clang/lib/AST/ItaniumCXXABI.cpp
  198     MPI.Width = Target.getTypeWidth(PtrDiff);
tools/clang/lib/Frontend/InitPreprocessor.cpp
  178   DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
  199   Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
  211   int TypeWidth = TI.getTypeWidth(Ty);
  231   int TypeWidth = TI.getTypeWidth(Ty);
  804                    TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
  806                    TI.getTypeWidth(TI.getSizeType()), TI, Builder);
  808                    TI.getTypeWidth(TI.getWCharType()), TI, Builder);
  810                    TI.getTypeWidth(TI.getWIntType()), TI, Builder);
tools/clang/lib/Sema/SemaChecking.cpp
  425     unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType());
 3241                               .getTypeWidth(Context