Home | History | Annotate | Download | only in AST

Lines Matching defs:getIntMaxType

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