Searched refs:prevType (Results 1 – 2 of 2) sorted by relevance
66 const EnumType* prevType = nullptr; in resolveInheritance() local71 prevType = type; in resolveInheritance()78 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()79 prevType = this; in resolveInheritance()765 void EnumValue::autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type) { in autofill() argument769 CHECK((prevType == nullptr) == (prevValue == nullptr)); in autofill()775 std::string description = prevType->fullName() + "." + prevValue->name() + " implicitly"; in autofill()
150 void autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type);