Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3034 if (GetCompleteType(type)) { in IsHomogeneousAggregate()
3509 if (GetCompleteType(type)) { in IsPolymorphicClass()
3628 is_complete = GetType(pointee_qual_type).GetCompleteType(); in IsPossibleDynamicType()
3762 bool TypeSystemClang::GetCompleteType(lldb::opaque_compiler_type_t type) { in GetCompleteType() function in TypeSystemClang
4387 GetCompleteType(static_cast<lldb::opaque_compiler_type_t>( in GetNumMemberFunctions()
4401 if (GetCompleteType(type)) { in GetNumMemberFunctions()
4471 GetCompleteType(static_cast<lldb::opaque_compiler_type_t>( in GetMemberFunctionAtIndex()
4499 if (GetCompleteType(type)) { in GetMemberFunctionAtIndex()
4731 if (GetCompleteType(type)) { in GetBitSize()
4736 if (GetCompleteType(type)) in GetBitSize()
[all …]
H A DTypeSystemClang.h735 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.h215 virtual bool GetCompleteType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp514 bool CompilerType::GetCompleteType() const { in GetCompleteType() function in CompilerType
517 return type_system_sp->GetCompleteType(m_type); in GetCompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp451 if (complete_class.GetCompleteType()) { in GetRuntimeType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1979 copied_clang_type.GetCompleteType()) { in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3012 member_clang_type.GetCompleteType(); in ParseSingleMember()