Searched refs:dynamic_pointee_type (Results 1 – 2 of 2) sorted by relevance
269 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument274 return type_system_sp->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
3580 CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument3583 if (dynamic_pointee_type) in IsPossibleDynamicType()3584 dynamic_pointee_type->Clear(); in IsPossibleDynamicType()3589 if (dynamic_pointee_type) in IsPossibleDynamicType()3590 dynamic_pointee_type->SetCompilerType(weak_from_this(), in IsPossibleDynamicType()