Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h136 bool IsBeingDefined() const;
H A DTypeSystem.h438 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp298 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType
301 return type_system_sp->IsBeingDefined(m_type); in IsBeingDefined()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h636 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3685 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1532 uint64_t IsBeingDefined : 1;
H A DDecl.h3596 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }
3664 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1145 if (class_opaque_type.IsBeingDefined()) { in ParseSubroutine()