Home | History | Annotate | Download | only in AST

Lines Matching refs:getUIntMaxType

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