Searched refs:prevType (Results 1 – 2 of 2) sorted by relevance
67 const EnumType* prevType = nullptr; in resolveInheritance() local72 prevType = type; in resolveInheritance()79 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()80 prevType = this; in resolveInheritance()820 void EnumValue::autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type) { in autofill() argument824 CHECK((prevType == nullptr) == (prevValue == nullptr)); in autofill()830 std::string description = prevType->fullName() + "." + prevValue->name() + " implicitly"; in autofill()
158 void autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type);