Searched defs:TypeAndCreationStatus (Results 1 – 1 of 1) sorted by relevance
32 struct TypeAndCreationStatus { struct35 TypeAndCreationStatus(std::unique_ptr<repr::TypeIR> &&typep, argument37 : typep_(std::move(typep)), should_create_type_(should_create_type) {} in typep_()