Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3023 if (GetCompleteType(type)) { in IsHomogeneousAggregate()
3491 if (GetCompleteType(type)) { in IsPolymorphicClass()
3602 is_complete = GetType(pointee_qual_type).GetCompleteType(); in IsPossibleDynamicType()
3736 bool TypeSystemClang::GetCompleteType(lldb::opaque_compiler_type_t type) { in GetCompleteType() function in TypeSystemClang
4337 GetCompleteType(static_cast<lldb::opaque_compiler_type_t>( in GetNumMemberFunctions()
4351 if (GetCompleteType(type)) { in GetNumMemberFunctions()
4421 GetCompleteType(static_cast<lldb::opaque_compiler_type_t>( in GetMemberFunctionAtIndex()
4449 if (GetCompleteType(type)) { in GetMemberFunctionAtIndex()
4651 if (GetCompleteType(type)) { in GetBitSize()
4656 if (GetCompleteType(type)) in GetBitSize()
[all …]
DTypeSystemClang.h647 bool GetCompleteType(lldb::opaque_compiler_type_t type) override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
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-12-stable/contrib/llvm-project/lldb/source/Symbol/
DCompilerType.cpp264 bool CompilerType::GetCompleteType() const { in GetCompleteType() function in CompilerType
267 return m_type_system->GetCompleteType(m_type); in GetCompleteType()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h152 bool GetCompleteType() const;
DTypeSystem.h198 virtual bool GetCompleteType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp411 if (complete_class.GetCompleteType()) { in GetRuntimeType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp310 {"payload", (m_element_type.GetCompleteType(), m_element_type)}}); in GetValueOffset()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp252 if (type.GetCompleteType()) in RequireCompleteType()
2648 member_clang_type.GetCompleteType(); in ParseSingleMember()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1907 copied_clang_type.GetCompleteType()) { in AddContextClassType()