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

Declarations

tools/clang/include/clang/Basic/TargetInfo.h
  729   const char *getTypeConstantSuffix(IntType T) const;

References

tools/clang/lib/Frontend/InitPreprocessor.cpp
  178   DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
  224   StringRef ConstSuffix(TI.getTypeConstantSuffix(Ty));
  395                             TI.getTypeConstantSuffix(TI.getSizeType()));
  817                       TI.getTypeConstantSuffix(TI.getIntMaxType()));
  821                       TI.getTypeConstantSuffix(TI.getUIntMaxType()));