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.cpp59 if (m_parent->GetCompilerType().IsCompleteType()) in ValueObjectSynthetic()
229 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.h156 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.cpp168 if (member_ct.IsConst() && member_ct.IsCompleteType()) { in visitKnownMember()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp497 if (compiler_type.IsCompleteType()) in IsTypeComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h640 bool IsCompleteType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2938 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.def547 TYPE_TRAIT_1(__is_complete_type, IsCompleteType, KEYCXX)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3081 if (!member_clang_type.IsCompleteType()) in ParseSingleMember()