Home
last modified time | relevance | path

Searched refs:hasDefaultEnumValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/utils/TableGen/
DLLDBPropertyDefEmitter.cpp48 bool hasDefaultEnumValue = Property->getValue("HasDefaultEnumValue"); in emitProperty() local
53 assert((hasDefaultUnsignedValue || hasDefaultEnumValue || in emitProperty()
59 assert(!(hasDefaultUnsignedValue && hasDefaultEnumValue) && in emitProperty()
74 !(Property->getValueAsString("Type") == "Enum" && !hasDefaultEnumValue) && in emitProperty()
84 } else if (hasDefaultEnumValue) { in emitProperty()