Searched refs:IsBeingDefined (Results 1 – 8 of 8) sorted by relevance
250 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType253 return m_type_system->IsBeingDefined(m_type); in IsBeingDefined()
3445 bool ClangASTContext::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in ClangASTContext
82 bool IsBeingDefined() const;
403 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
481 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
1345 uint64_t IsBeingDefined : 1; variable
3276 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }3344 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
1028 if (class_opaque_type.IsBeingDefined() || alternate_defn) { in ParseSubroutine()