Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp58 if (m_parent->GetCompilerType().IsCompleteType()) in ValueObjectSynthetic()
228 if (m_parent->GetCompilerType().IsCompleteType()) in UpdateValue()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp91 bool CompilerType::IsCompleteType() const { in IsCompleteType() function in CompilerType
94 return type_system_sp->IsCompleteType(m_type); in IsCompleteType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h145 bool IsCompleteType() const;
H A DTypeSystem.h154 virtual bool IsCompleteType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp168 if (member_ct.IsConst() && member_ct.IsCompleteType()) { in visitKnownMember()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp497 if (compiler_type.IsCompleteType()) in IsTypeComplete()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h570 bool IsCompleteType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3006 bool TypeSystemClang::IsCompleteType(lldb::opaque_compiler_type_t type) { in IsCompleteType() function in TypeSystemClang
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def536 TYPE_TRAIT_1(__is_complete_type, IsCompleteType, KEYCXX)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2942 if (!member_clang_type.IsCompleteType()) in ParseSingleMember()