Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp63 if (m_parent->GetCompilerType().IsCompleteType()) in ValueObjectSynthetic()
239 if (m_parent->GetCompilerType().IsCompleteType()) in UpdateValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h140 bool IsCompleteType() const;
H A DTypeSystem.h161 virtual bool IsCompleteType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp90 bool CompilerType::IsCompleteType() const { in IsCompleteType() function in CompilerType
93 return type_system_sp->IsCompleteType(m_type); in IsCompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp171 if (member_ct.IsConst() && member_ct.IsCompleteType()) { in visitKnownMember()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp598 if (compiler_type.IsCompleteType()) in IsTypeComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h647 bool IsCompleteType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2946 bool TypeSystemClang::IsCompleteType(lldb::opaque_compiler_type_t type) { in IsCompleteType() function in TypeSystemClang
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def569 TYPE_TRAIT_1(__is_complete_type, IsCompleteType, KEYCXX)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3011 if (!member_clang_type.IsCompleteType()) in ParseSingleMember()