Home | History | Annotate | Download | only in AST

Lines Matching refs:getIntMaxType

3592 /// getIntMaxType - Return the unique type for "intmax_t" (C99 7.18.1.5).
3593 CanQualType ASTContext::getIntMaxType() const {
3594 return getFromTargetType(Target->getIntMaxType());