Searched refs:IsBeingDefined (Results 1 – 8 of 8) sorted by relevance
136 bool IsBeingDefined() const;
467 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
319 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType322 return type_system_sp->IsBeingDefined(m_type); in IsBeingDefined()
643 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
3722 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
3612 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }3680 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
1542 uint64_t IsBeingDefined : 1;
2098 if (!clang_type.IsBeingDefined()) in CompleteRecordType()2228 if (clang_type.IsBeingDefined()) { in CompleteTypeFromDWARF()