reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1561 CanQualType getIntMaxType() const;
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"));