Home | History | Annotate | Download | only in AST

Lines Matching defs:getUIntMaxType

3597 /// getUIntMaxType - Return the unique type for "uintmax_t" (C99 7.18.1.5).
3598 CanQualType ASTContext::getUIntMaxType() const {
3599 return getFromTargetType(Target->getUIntMaxType());