Home | History | Annotate | Download | only in AST

Lines Matching refs:isEnumeralType

1647   bool isEnumeralType() const;
5735 (isArithmeticType() && !isEnumeralType());
5758 isEnumeralType() ||
5826 inline bool Type::isEnumeralType() const {
6040 return isDependentType() || isRecordType() || isEnumeralType();