Searched refs:IsBeingDefined (Results 1 – 8 of 8) sorted by relevance
256 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType259 return m_type_system->IsBeingDefined(m_type); in IsBeingDefined()
89 bool IsBeingDefined() const;
434 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
552 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
3720 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
1451 uint64_t IsBeingDefined : 1;
3423 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }3491 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
1100 if (class_opaque_type.IsBeingDefined()) { in ParseSubroutine()