Home
last modified time | relevance | path

Searched refs:IsBeingDefined (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp256 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType
259 return m_type_system->IsBeingDefined(m_type); in IsBeingDefined()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h89 bool IsBeingDefined() const;
H A DTypeSystem.h434 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h552 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3720 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h1451 uint64_t IsBeingDefined : 1;
H A DDecl.h3423 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }
3491 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1100 if (class_opaque_type.IsBeingDefined()) { in ParseSubroutine()