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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1561   CanQualType getIntMaxType() const;

References

tools/clang/lib/AST/PrintfFormatString.cpp
  524         return ArgType(Ctx.getIntMaxType(), "intmax_t");
  607         return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
tools/clang/lib/AST/ScanfFormatString.cpp
  251           return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
  389           return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));