Searched defs:isEnumeralType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1459 bool isEnumeralType() const;
4739 (isArithmeticType() && !isEnumeralType());
4762 isEnumeralType() ||
4830 inline bool Type::isEnumeralType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4993 return isDependentType() || isRecordType() || isEnumeralType();

Completed in 98 milliseconds