/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 33 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() 40 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() 47 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() 55 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() 71 if (auto type_system_sp = GetTypeSystem()) in IsVectorType() 78 if (auto type_system_sp = GetTypeSystem()) in IsRuntimeGeneratedType() 85 if (auto type_system_sp = GetTypeSystem()) in IsCharType() 92 if (auto type_system_sp = GetTypeSystem()) in IsCompleteType() 99 if (auto type_system_sp = GetTypeSystem()) in IsForcefullyCompleted() 106 if (auto type_system_sp = GetTypeSystem()) in IsConst() [all …]
|
H A D | CompilerDeclContext.cpp | 71 return lhs.GetTypeSystem() == rhs.GetTypeSystem() && in operator !=() 77 return lhs.GetTypeSystem() != rhs.GetTypeSystem() ||
|
H A D | CompilerDecl.cpp | 46 return lhs.GetTypeSystem() == rhs.GetTypeSystem() && in operator ==() 52 return lhs.GetTypeSystem() != rhs.GetTypeSystem() || in operator !=()
|
H A D | DeclVendor.cpp | 25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
|
H A D | Type.cpp | 835 auto ts = m_compiler_type.GetTypeSystem(); in GetExeModule() 1154 CompilerType::TypeSystemSPWrapper TypeImpl::GetTypeSystem(bool prefer_dynamic) { in GetTypeSystem() function in TypeImpl 1159 return m_dynamic_type.GetTypeSystem(); in GetTypeSystem() 1161 return m_static_type.GetTypeSystem(); in GetTypeSystem()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUtil.cpp | 22 if (!ct.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>()) in IsClangType() 32 assert(llvm::isa<TypeSystemClang>(decl.GetTypeSystem())); in GetDecl() 57 return CompilerType(ct.GetTypeSystem(), qual_type.getAsOpaquePtr()); in RemoveFastQualifiers()
|
H A D | ClangASTImporter.cpp | 40 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType() 311 auto src_ctxt = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in DeportType() 406 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport() 413 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport() 419 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport() 426 type.GetTypeSystem(), in CanImport() 480 return Import(CompilerType(type.GetTypeSystem(), in Import() 487 return Import(CompilerType(type.GetTypeSystem(), in Import() 493 return Import(CompilerType(type.GetTypeSystem(), in Import() 500 type.GetTypeSystem(), in Import() [all …]
|
H A D | NameSearchContext.cpp | 22 auto lldb_ast = type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddVarDecl() 48 auto lldb_ast = type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddFunDecl()
|
H A D | ClangExpressionDeclMap.cpp | 209 parser_type.GetTypeSystem().GetSharedPointer().get()); in DeportType() 221 auto ast = parser_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddPersistentVariable() 658 frame_decl_context.GetTypeSystem()); in GetTypeSystemClang() 845 function_decl_ctx.GetTypeSystem()->weak_from_this()); in LookUpLldbClass() 935 function_decl_ctx.GetTypeSystem()->weak_from_this()); in LookUpLldbObjCClass() 995 frame_decl_context.GetTypeSystem()); in LookupLocalVarNamespace() 1149 frame_decl_context.GetTypeSystem()); in SearchFunctionsInSymbolContexts() 1488 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue() 1609 user_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddOneVariable() 1818 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()
|
H A D | ClangExternalASTSourceCallbacks.h | 55 TypeSystemClang &GetTypeSystem() const { return m_ast; } in GetTypeSystem() function
|
H A D | IRForTarget.cpp | 282 m_decl_map->GetTypeSystem()->GetType(element_qual_type)); in CreateResultVariable() 288 m_decl_map->GetTypeSystem()->GetType(element_qual_type)); in CreateResultVariable() 300 m_decl_map->GetTypeSystem()->GetType(result_var->getType())); in CreateResultVariable() 888 m_decl_map->GetTypeSystem()->GetType(decl->getType())); in RewritePersistentAlloc() 1018 m_decl_map->GetTypeSystem()->GetType(value_decl->getType()); in MaybeHandleVariable()
|
H A D | ClangASTSource.h | 353 TypeSystemClang *GetTypeSystem() const { return m_clang_ast_context; } in GetTypeSystem() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerDeclContext.h | 95 TypeSystem *GetTypeSystem() const { return m_type_system; } 87 TypeSystem *GetTypeSystem() const { return m_type_system; } GetTypeSystem() function
|
H A D | CompilerDecl.h | 56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
|
H A D | CompilerType.h | 276 TypeSystemSPWrapper GetTypeSystem() const;
|
H A D | Type.h | 642 CompilerType::TypeSystemSPWrapper GetTypeSystem(bool prefer_dynamic);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CoreMedia.cpp | 28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider()
|
H A D | NSIndexPath.cpp | 54 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | BlockPointer.cpp | 53 auto ts = block_pointer_type.GetTypeSystem(); in BlockPointerSyntheticFrontEnd()
|
H A D | Coroutines.cpp | 144 auto ts = valobj_sp->GetCompilerType().GetTypeSystem(); in Update()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 263 parent_type.GetTypeSystem().GetSharedPointer()); in Update()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1116 auto ast = type1.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AreTypesSame() 1117 if (!ast || type1.GetTypeSystem() != type2.GetTypeSystem()) in AreTypesSame() 3748 type.GetTypeSystem(), in IsObjCObjectPointerType() 7421 auto ts = type.GetTypeSystem(); in AddFieldToRecordType() 7516 auto ts = type.GetTypeSystem(); in BuildIndirectFields() 7623 auto ts = type.GetTypeSystem(); in SetIsPacked() 7643 auto ts = type.GetTypeSystem(); in AddVariableToRecordType() 7953 auto ts = type.GetTypeSystem(); in SetObjCSuperClass() 7960 superclass_clang_type.GetTypeSystem() == type.GetTypeSystem()) { in SetObjCSuperClass() 7982 auto ts = type.GetTypeSystem(); in AddObjCClassProperty() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1478 auto *type_system = decl_ctx.GetTypeSystem(); in ParseDeclsForContext() 1610 auto type_system = compiler_type.GetTypeSystem(); in HasForwardDeclForCompilerType() 1622 compiler_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CompleteType() 2344 TypeSystem *decl_ctx_type_system = decl_ctx.GetTypeSystem(); in DeclContextMatchesThisSymbolFile() 2892 static_cast<const void *>(namespace_decl_ctx.GetTypeSystem()), in FindNamespace() 4365 SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem() function in SymbolFileDWARF 4370 auto type_system_or_err = GetTypeSystem(unit); in GetDWARFParser()
|
H A D | SymbolFileDWARF.h | 296 static llvm::Expected<lldb::TypeSystemSP> GetTypeSystem(DWARFUnit &unit);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 457 if (auto ts = m_opaque_sp->GetTypeSystem(false)) in GetBasicType()
|