Home | History | Annotate | Download | only in AST

Lines Matching refs:getIntMaxType

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