Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3047 if (GetCompleteType(type)) { in IsHomogeneousAggregate()
4683 if (GetCompleteType(type)) { in GetBitSize()
4688 if (GetCompleteType(type)) in GetBitSize()
4747 if (GetCompleteType(type)) in GetTypeBitAlign()
5586 if (GetCompleteType(type)) { in GetNumFields()
5623 if (GetCompleteType(type)) { in GetNumFields()
5706 if (GetCompleteType(type)) { in GetFieldAtIndex()
5775 if (GetCompleteType(type)) { in GetFieldAtIndex()
5803 if (GetCompleteType(type)) { in GetNumDirectBaseClasses()
9166 GetCompleteType(type); in DumpTypeDescription()
[all …]
H A DTypeSystemClang.h639 bool GetCompleteType(lldb::opaque_compiler_type_t type) override;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp685 !element_ast_type.GetCompleteType()) { in CreateLLDBTypeFromPDBType()
1254 if (!member_comp_type.GetCompleteType()) { in AddRecordMembers()
1364 if (!base_comp_type.GetCompleteType()) { in AddRecordBases()
1423 if (!method_comp_type.GetCompleteType()) { in AddRecordMethod()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h152 bool GetCompleteType() const;
H A DTypeSystem.h197 virtual bool GetCompleteType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp308 {"payload", (m_element_type.GetCompleteType(), m_element_type)}}); in GetValueOffset()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp441 if (complete_class.GetCompleteType()) { in GetRuntimeType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp240 if (type.GetCompleteType()) in RequireCompleteType()
2863 member_clang_type.GetCompleteType(); in ParseSingleMember()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1995 copied_clang_type.GetCompleteType()) { in AddContextClassType()