Searched refs:IsBeingDefined (Results 1 – 8 of 8) sorted by relevance
137 bool IsBeingDefined() const;
476 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
321 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType324 return type_system_sp->IsBeingDefined(m_type); in IsBeingDefined()
643 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
3748 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
1556 uint64_t IsBeingDefined : 1;
3730 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }3798 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
2168 if (!clang_type.IsBeingDefined()) in CompleteRecordType()2318 if (clang_type.IsBeingDefined()) { in CompleteTypeFromDWARF()