Home
last modified time | relevance | path

Searched refs:GetTypeSystem (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp34 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 DCompilerDecl.cpp41 return lhs.GetTypeSystem() == rhs.GetTypeSystem() && in operator ==()
47 return lhs.GetTypeSystem() != rhs.GetTypeSystem() || in operator !=()
H A DCompilerDeclContext.cpp62 return lhs.GetTypeSystem() == rhs.GetTypeSystem() && in operator ==()
68 return lhs.GetTypeSystem() != rhs.GetTypeSystem() || in operator !=()
H A DDeclVendor.cpp25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
H A DType.cpp741 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 DClangUtil.cpp22 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 DClangASTImporter.cpp37 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 DNameSearchContext.cpp22 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 DClangExpressionDeclMap.cpp210 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 DClangExternalASTSourceCallbacks.h49 TypeSystemClang &GetTypeSystem() const { return m_ast; } in GetTypeSystem() function
H A DIRForTarget.cpp281 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 DClangASTSource.h353 TypeSystemClang *GetTypeSystem() const { return m_clang_ast_context; } in GetTypeSystem() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDecl.h56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DCompilerDeclContext.h101 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DCompilerType.h221 TypeSystemSPWrapper GetTypeSystem() const;
H A DType.h311 CompilerType::TypeSystemSPWrapper GetTypeSystem(bool prefer_dynamic);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider()
H A DNSIndexPath.cpp52 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp52 auto ts = block_pointer_type.GetTypeSystem(); in BlockPointerSyntheticFrontEnd()
H A DCoroutines.cpp142 auto ts = valobj_sp->GetCompilerType().GetTypeSystem(); in Update()
H A DLibCxx.cpp295 auto ts = pair_type.GetTypeSystem(); in Update()
464 auto ts = pair_type.GetTypeSystem(); in Update()
H A DLibCxxMap.cpp298 auto ast_ctx = node_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in GetValueOffset()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp227 parent_type.GetTypeSystem().GetSharedPointer()); in Update()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1174 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 DSymbolFileDWARF.cpp1393 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()

12