Home | History | Annotate | Download | only in AST

Lines Matching refs:getUIntMaxType

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