Home
last modified time | relevance | path

Searched refs:IsCompleteType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp57 if (m_parent->GetCompilerType().IsCompleteType()) in ValueObjectSynthetic()
227 if (m_parent->GetCompilerType().IsCompleteType()) in UpdateValue()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp83 bool CompilerType::IsCompleteType() const { in IsCompleteType() function in CompilerType
85 return m_type_system->IsCompleteType(m_type); in IsCompleteType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h93 bool IsCompleteType() const;
H A DTypeSystem.h147 virtual bool IsCompleteType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp157 if (member_ct.IsConst() && member_ct.IsCompleteType()) { in visitKnownMember()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp495 return m_opaque_sp->GetCompilerType(false).IsCompleteType(); in IsTypeComplete()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h556 bool IsCompleteType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2971 bool TypeSystemClang::IsCompleteType(lldb::opaque_compiler_type_t type) { in IsCompleteType() function in TypeSystemClang
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def525 TYPE_TRAIT_1(__is_complete_type, IsCompleteType, KEYCXX)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2862 if (!member_clang_type.IsCompleteType()) in ParseSingleMember()