| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 34 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() 41 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() 48 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() 56 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() 72 if (auto type_system_sp = GetTypeSystem()) in IsVectorType() 79 if (auto type_system_sp = GetTypeSystem()) in IsRuntimeGeneratedType() 86 if (auto type_system_sp = GetTypeSystem()) in IsCharType() 93 if (auto type_system_sp = GetTypeSystem()) in IsCompleteType() 100 if (auto type_system_sp = GetTypeSystem()) in IsForcefullyCompleted() 107 if (auto type_system_sp = GetTypeSystem()) in IsConst() [all …]
|
| H A D | CompilerDecl.cpp | 41 return lhs.GetTypeSystem() == rhs.GetTypeSystem() && in operator ==() 47 return lhs.GetTypeSystem() != rhs.GetTypeSystem() || in operator !=()
|
| H A D | CompilerDeclContext.cpp | 62 return lhs.GetTypeSystem() == rhs.GetTypeSystem() && in operator ==() 68 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 | 741 auto ts = m_compiler_type.GetTypeSystem(); in GetExeModule() 1056 CompilerType::TypeSystemSPWrapper TypeImpl::GetTypeSystem(bool prefer_dynamic) { in GetTypeSystem() function in TypeImpl 1061 return m_dynamic_type.GetTypeSystem(); in GetTypeSystem() 1063 return m_static_type.GetTypeSystem(); in GetTypeSystem()
|
| /openbsd-src/gnu/llvm/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 | 37 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType() 308 auto src_ctxt = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in DeportType() 403 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport() 410 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport() 416 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport() 423 type.GetTypeSystem(), in CanImport() 477 return Import(CompilerType(type.GetTypeSystem(), in Import() 484 return Import(CompilerType(type.GetTypeSystem(), in Import() 490 return Import(CompilerType(type.GetTypeSystem(), in Import() 497 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 | 210 parser_type.GetTypeSystem().GetSharedPointer().get()); in DeportType() 222 auto ast = parser_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddPersistentVariable() 664 frame_decl_context.GetTypeSystem()); in GetTypeSystemClang() 851 function_decl_ctx.GetTypeSystem()->weak_from_this()); in LookUpLldbClass() 941 function_decl_ctx.GetTypeSystem()->weak_from_this()); in LookUpLldbObjCClass() 1001 frame_decl_context.GetTypeSystem()); in LookupLocalVarNamespace() 1157 frame_decl_context.GetTypeSystem()); in SearchFunctionsInSymbolContexts() 1505 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue() 1626 user_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddOneVariable() 1835 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()
|
| H A D | ClangExternalASTSourceCallbacks.h | 49 TypeSystemClang &GetTypeSystem() const { return m_ast; } in GetTypeSystem() function
|
| H A D | IRForTarget.cpp | 281 m_decl_map->GetTypeSystem()->GetType(element_qual_type)); in CreateResultVariable() 287 m_decl_map->GetTypeSystem()->GetType(element_qual_type)); in CreateResultVariable() 299 m_decl_map->GetTypeSystem()->GetType(result_var->getType())); in CreateResultVariable() 1045 m_decl_map->GetTypeSystem()->GetType(decl->getType())); in RewritePersistentAlloc() 1175 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
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerDecl.h | 56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
|
| H A D | CompilerDeclContext.h | 101 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
|
| H A D | CompilerType.h | 221 TypeSystemSPWrapper GetTypeSystem() const;
|
| H A D | Type.h | 311 CompilerType::TypeSystemSPWrapper GetTypeSystem(bool prefer_dynamic);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | CoreMedia.cpp | 28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider()
|
| H A D | NSIndexPath.cpp | 52 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 52 auto ts = block_pointer_type.GetTypeSystem(); in BlockPointerSyntheticFrontEnd()
|
| H A D | Coroutines.cpp | 142 auto ts = valobj_sp->GetCompilerType().GetTypeSystem(); in Update()
|
| H A D | LibCxx.cpp | 295 auto ts = pair_type.GetTypeSystem(); in Update() 464 auto ts = pair_type.GetTypeSystem(); in Update()
|
| H A D | LibCxxMap.cpp | 298 auto ast_ctx = node_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in GetValueOffset()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 227 parent_type.GetTypeSystem().GetSharedPointer()); in Update()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1174 auto ast = type1.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AreTypesSame() 1175 if (!ast || type1.GetTypeSystem() != type2.GetTypeSystem()) in AreTypesSame() 3786 type.GetTypeSystem(), in IsObjCObjectPointerType() 7389 auto ts = type.GetTypeSystem(); in AddFieldToRecordType() 7483 auto ts = type.GetTypeSystem(); in BuildIndirectFields() 7590 auto ts = type.GetTypeSystem(); in SetIsPacked() 7610 auto ts = type.GetTypeSystem(); in AddVariableToRecordType() 7918 auto ts = type.GetTypeSystem(); in SetObjCSuperClass() 7925 superclass_clang_type.GetTypeSystem() == type.GetTypeSystem()) { in SetObjCSuperClass() 7947 auto ts = type.GetTypeSystem(); in AddObjCClassProperty() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1393 auto *type_system = decl_ctx.GetTypeSystem(); in ParseDeclsForContext() 1567 auto type_system = compiler_type.GetTypeSystem(); in HasForwardDeclForClangType() 1579 compiler_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CompleteType() 2152 TypeSystem *decl_ctx_type_system = decl_ctx.GetTypeSystem(); in DeclContextMatchesThisSymbolFile() 2683 static_cast<const void *>(namespace_decl_ctx.GetTypeSystem()), in FindNamespace() 4171 SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem() function in SymbolFileDWARF 4176 auto type_system_or_err = GetTypeSystem(unit); in GetDWARFParser()
|