Searched refs:IsForcefullyCompleted (Results 1 – 9 of 9) sorted by relevance
93 bool IsForcefullyCompleted() const { return m_is_forcefully_completed; } in IsForcefullyCompleted() function
1120 if (td && md && md->IsForcefullyCompleted()) { in ImportImpl()
259 bool IsForcefullyCompleted() const;
217 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function
99 bool CompilerType::IsForcefullyCompleted() const { in IsForcefullyCompleted() function in CompilerType102 return type_system_sp->IsForcefullyCompleted(m_type); in IsForcefullyCompleted()
599 return !compiler_type.IsForcefullyCompleted(); in IsTypeComplete()
734 bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) override;
1811 meta_data && meta_data->IsForcefullyCompleted()) in RecordHasFields()9747 bool TypeSystemClang::IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function in TypeSystemClang9756 return metadata->IsForcefullyCompleted(); in IsForcefullyCompleted()
584 if (GetCompilerType().IsForcefullyCompleted()) { in GetSummaryAsCString()