Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3023 if (GetCompleteType(type)) { in IsHomogeneousAggregate()
4651 if (GetCompleteType(type)) { in GetBitSize()
4656 if (GetCompleteType(type)) in GetBitSize()
4715 if (GetCompleteType(type)) in GetTypeBitAlign()
5545 if (GetCompleteType(type)) { in GetNumFields()
5582 if (GetCompleteType(type)) { in GetNumFields()
5665 if (GetCompleteType(type)) { in GetFieldAtIndex()
5734 if (GetCompleteType(type)) { in GetFieldAtIndex()
5762 if (GetCompleteType(type)) { in GetNumDirectBaseClasses()
9065 GetCompleteType(type); in DumpTypeDescription()
[all …]
H A DTypeSystemClang.h647 bool GetCompleteType(lldb::opaque_compiler_type_t type) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp683 !element_ast_type.GetCompleteType()) { in CreateLLDBTypeFromPDBType()
1247 if (!member_comp_type.GetCompleteType()) { in AddRecordMembers()
1357 if (!base_comp_type.GetCompleteType()) { in AddRecordBases()
1416 if (!method_comp_type.GetCompleteType()) { in AddRecordMethod()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp264 bool CompilerType::GetCompleteType() const { in GetCompleteType() function in CompilerType
267 return m_type_system->GetCompleteType(m_type); in GetCompleteType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h152 bool GetCompleteType() const;
H A DTypeSystem.h198 virtual bool GetCompleteType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp411 if (complete_class.GetCompleteType()) { in GetRuntimeType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp310 {"payload", (m_element_type.GetCompleteType(), m_element_type)}}); in GetValueOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp252 if (type.GetCompleteType()) in RequireCompleteType()
2648 member_clang_type.GetCompleteType(); in ParseSingleMember()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1907 copied_clang_type.GetCompleteType()) { in AddContextClassType()