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

/external/clang/include/clang/AST/
H A DType.h1628 bool isEnumeralType() const;
5454 (isArithmeticType() && !isEnumeralType());
5477 isEnumeralType() ||
5545 inline bool Type::isEnumeralType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5760 return isDependentType() || isRecordType() || isEnumeralType();

Completed in 225 milliseconds