Searched defs:isEnum (Results 1 – 6 of 6) sorted by relevance
24 final private boolean isEnum; field in CppSimpleType26 CppSimpleType(String name, String rawParsingExpression, boolean list, boolean isEnum) { in CppSimpleType()42 boolean isEnum() { in isEnum() method in CppSimpleType
46 bool TypeDef::isEnum() const { in isEnum() function in android::TypeDef
53 bool Type::isEnum() const { in isEnum() function in android::Type
175 bool EnumType::isEnum() const { in isEnum() function in android::EnumType
210 const bool isEnum = definedType && definedType->AsEnumDeclaration() != nullptr; in ArgumentStorageMode() local
122 const bool isEnum = definedType && definedType->AsEnumDeclaration() != nullptr; in BuildArgList() local