Searched refs:IsForcefullyCompleted (Results 1 – 9 of 9) sorted by relevance
90 bool IsForcefullyCompleted() const { return m_is_forcefully_completed; } in IsForcefullyCompleted() function
1110 if (td && md && md->IsForcefullyCompleted()) { in ImportImpl()
258 bool IsForcefullyCompleted() const;
217 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function
97 bool CompilerType::IsForcefullyCompleted() const { in IsForcefullyCompleted() function in CompilerType100 return type_system_sp->IsForcefullyCompleted(m_type); in IsForcefullyCompleted()
599 return !compiler_type.IsForcefullyCompleted(); in IsTypeComplete()
737 bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) override;
1791 if (meta_data && meta_data->IsForcefullyCompleted()) in RecordHasFields()9821 bool TypeSystemClang::IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function in TypeSystemClang9831 return metadata->IsForcefullyCompleted(); in IsForcefullyCompleted()
587 if (GetCompilerType().IsForcefullyCompleted()) { in GetSummaryAsCString()