Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2997 if (GetCompleteType(type)) { in IsHomogeneousAggregate()
4674 if (GetCompleteType(type)) { in GetBitSize()
4679 if (GetCompleteType(type)) in GetBitSize()
4738 if (GetCompleteType(type)) in GetTypeBitAlign()
5519 if (GetCompleteType(type)) { in GetNumFields()
5551 if (GetCompleteType(type)) { in GetNumFields()
5634 if (GetCompleteType(type)) { in GetFieldAtIndex()
5704 if (GetCompleteType(type)) { in GetFieldAtIndex()
8700 GetCompleteType(type); in DumpTypeDescription()
8736 GetCompleteType(type); in DumpTypeDescription()
[all …]
H A DTypeSystemClang.h724 bool GetCompleteType(lldb::opaque_compiler_type_t type) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp688 !element_ast_type.GetCompleteType()) { in CreateLLDBTypeFromPDBType()
1256 if (!member_comp_type.GetCompleteType()) { in AddRecordMembers()
1375 if (!base_comp_type.GetCompleteType()) { in AddRecordBases()
1434 if (!method_comp_type.GetCompleteType()) { in AddRecordMethod()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h255 bool GetCompleteType() const;
H A DTypeSystem.h209 virtual bool GetCompleteType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp493 bool CompilerType::GetCompleteType() const { in GetCompleteType() function in CompilerType
496 return type_system_sp->GetCompleteType(m_type); in GetCompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp299 {"payload", (m_element_type.GetCompleteType(), m_element_type)}}); in GetValueOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp450 if (complete_class.GetCompleteType()) { in GetRuntimeType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1984 copied_clang_type.GetCompleteType()) { in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3082 member_clang_type.GetCompleteType(); in ParseSingleMember()