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;
425 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
560 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
3696 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
3372 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }3440 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
1420 uint64_t IsBeingDefined : 1;
1084 if (class_opaque_type.IsBeingDefined() || alternate_defn) { in ParseSubroutine()