Searched refs:IsForcefullyCompleted (Results 1 – 9 of 9) sorted by relevance
90 bool IsForcefullyCompleted() const { return m_is_forcefully_completed; } in IsForcefullyCompleted() function
868 if (td && md && md->IsForcefullyCompleted()) { in ImportImpl()
98 bool CompilerType::IsForcefullyCompleted() const { in IsForcefullyCompleted() function in CompilerType101 return type_system_sp->IsForcefullyCompleted(m_type); in IsForcefullyCompleted()
209 bool IsForcefullyCompleted() const;
206 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function
498 return !compiler_type.IsForcefullyCompleted(); in IsTypeComplete()
655 bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) override;
1833 if (meta_data && meta_data->IsForcefullyCompleted()) in RecordHasFields()10083 bool TypeSystemClang::IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function in TypeSystemClang10093 return metadata->IsForcefullyCompleted(); in IsForcefullyCompleted()
601 if (GetCompilerType().IsForcefullyCompleted()) { in GetSummaryAsCString()