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

/external/clang/include/clang/AST/
H A DType.h1490 bool isEnumeralType() const;
4845 (isArithmeticType() && !isEnumeralType());
4868 isEnumeralType() ||
4936 inline bool Type::isEnumeralType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5147 return isDependentType() || isRecordType() || isEnumeralType();

Completed in 98 milliseconds