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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1565   CanQualType getUIntMaxType() const;

References

tools/clang/lib/AST/PrintfFormatString.cpp
  559         return ArgType(Ctx.getUIntMaxType(), "uintmax_t");
tools/clang/lib/AST/ScanfFormatString.cpp
  291           return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t"));