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.cpp3077 if (GetCompleteType(type)) { in IsHomogeneousAggregate()
3552 if (GetCompleteType(type)) { in IsPolymorphicClass()
3667 else if (GetType(pointee_qual_type).GetCompleteType()) in IsPossibleDynamicType()
3788 bool TypeSystemClang::GetCompleteType(lldb::opaque_compiler_type_t type) { in GetCompleteType() function in TypeSystemClang
4418 GetCompleteType(static_cast<lldb::opaque_compiler_type_t>( in GetNumMemberFunctions()
4432 if (GetCompleteType(type)) { in GetNumMemberFunctions()
4502 GetCompleteType(static_cast<lldb::opaque_compiler_type_t>( in GetMemberFunctionAtIndex()
4530 if (GetCompleteType(type)) { in GetMemberFunctionAtIndex()
4796 if (!GetCompleteType(type)) in GetBitSize()
4833 if (GetCompleteType(type)) in GetTypeBitAlign()
[all …]
H A DTypeSystemClang.h732 bool GetCompleteType(lldb::opaque_compiler_type_t type) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp687 !element_ast_type.GetCompleteType()) { in CreateLLDBTypeFromPDBType()
1255 if (!member_comp_type.GetCompleteType()) { in AddRecordMembers()
1374 if (!base_comp_type.GetCompleteType()) { in AddRecordBases()
1433 if (!method_comp_type.GetCompleteType()) { in AddRecordMethod()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h256 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.cpp516 bool CompilerType::GetCompleteType() const { in GetCompleteType() function in CompilerType
519 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.cpp1978 copied_clang_type.GetCompleteType()) { in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3094 member_clang_type.GetCompleteType(); in ParseSingleMember()