Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DCompilerType.cpp256 bool CompilerType::IsBeingDefined() const { in IsBeingDefined() function in CompilerType
259 return m_type_system->IsBeingDefined(m_type); in IsBeingDefined()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h89 bool IsBeingDefined() const;
DTypeSystem.h425 virtual bool IsBeingDefined(lldb::opaque_compiler_type_t type) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h560 bool IsBeingDefined(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp3696 bool TypeSystemClang::IsBeingDefined(lldb::opaque_compiler_type_t type) { in IsBeingDefined() function in TypeSystemClang
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h3372 void setBeingDefined(bool V = true) { TagDeclBits.IsBeingDefined = V; }
3440 bool isBeingDefined() const { return TagDeclBits.IsBeingDefined; } in isBeingDefined()
DDeclBase.h1420 uint64_t IsBeingDefined : 1;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1084 if (class_opaque_type.IsBeingDefined() || alternate_defn) { in ParseSubroutine()