Searched refs:GetTypeSystem (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp41 return lhs.GetTypeSystem() == rhs.GetTypeSystem() &&
47 return lhs.GetTypeSystem() != rhs.GetTypeSystem() ||
H A DCompilerDeclContext.cpp62 return lhs.GetTypeSystem() == rhs.GetTypeSystem() &&
68 return lhs.GetTypeSystem() != rhs.GetTypeSystem() ||
H A DDeclVendor.cpp27 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl()))
H A DClangUtil.cpp22 if (llvm::dyn_cast_or_null<ClangASTContext>(ct.GetTypeSystem()) == nullptr)
52 return CompilerType(ct.GetTypeSystem(), qual_type.getAsOpaquePtr());
H A DClangASTImporter.cpp33 llvm::dyn_cast_or_null<ClangASTContext>(src_type.GetTypeSystem());
298 llvm::cast<ClangASTContext>(src_type.GetTypeSystem());
396 return CanImport(CompilerType(type.GetTypeSystem(),
403 return CanImport(CompilerType(type.GetTypeSystem(),
409 return CanImport(CompilerType(type.GetTypeSystem(),
416 type.GetTypeSystem(),
472 return Import(CompilerType(type.GetTypeSystem(),
479 return Import(CompilerType(type.GetTypeSystem(),
485 return Import(CompilerType(type.GetTypeSystem(),
492 type.GetTypeSystem(),
[all...]
H A DCompilerType.cpp879 return lhs.GetTypeSystem() == rhs.GetTypeSystem() &&
H A DType.cpp1014 TypeSystem *TypeImpl::GetTypeSystem(bool prefer_dynamic) { function in class:TypeImpl
1019 return m_dynamic_type.GetTypeSystem();
1021 return m_static_type.GetTypeSystem();
H A DClangASTContext.cpp1124 llvm::dyn_cast_or_null<ClangASTContext>(type1.GetTypeSystem());
1125 if (!ast || ast != type2.GetTypeSystem())
3471 type.GetTypeSystem(),
4220 llvm::dyn_cast<ClangASTContext>(type.GetTypeSystem());
6871 llvm::dyn_cast_or_null<ClangASTContext>(type.GetTypeSystem());
6960 ClangASTContext *ast = llvm::dyn_cast<ClangASTContext>(type.GetTypeSystem());
7065 llvm::dyn_cast<ClangASTContext>(type.GetTypeSystem());
7084 ClangASTContext *ast = llvm::dyn_cast<ClangASTContext>(type.GetTypeSystem());
7347 llvm::dyn_cast_or_null<ClangASTContext>(type.GetTypeSystem());
7353 superclass_clang_type.GetTypeSystem()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp106 llvm::Expected<lldb_private::TypeSystem &> DWARFBaseDIE::GetTypeSystem() const { function in class:DWARFBaseDIE
111 return m_cu->GetTypeSystem();
115 auto type_system_or_err = GetTypeSystem();
H A DDWARFBaseDIE.h60 llvm::Expected<lldb_private::TypeSystem &> GetTypeSystem() const;
H A DDWARFUnit.h155 llvm::Expected<lldb_private::TypeSystem &> GetTypeSystem();
H A DSymbolFileDWARF.cpp1223 auto *type_system = decl_ctx.GetTypeSystem();
1395 TypeSystem *type_system = compiler_type.GetTypeSystem();
1410 llvm::dyn_cast_or_null<ClangASTContext>(compiler_type.GetTypeSystem());
2046 TypeSystem *decl_ctx_type_system = decl_ctx->GetTypeSystem();
2619 static_cast<const void *>(namespace_decl_ctx.GetTypeSystem()),
H A DDWARFUnit.cpp517 llvm::Expected<TypeSystem &> DWARFUnit::GetTypeSystem() { function in class:DWARFUnit
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h101 TypeSystem *GetTypeSystem() const { return m_type_system; } function in class:lldb_private::CompilerDeclContext
H A DCompilerDecl.h56 TypeSystem *GetTypeSystem() const { return m_type_system; } function in class:lldb_private::CompilerDecl
H A DCompilerType.h150 TypeSystem *GetTypeSystem() const { return m_type_system; } function in class:lldb_private::CompilerType
H A DType.h280 TypeSystem *GetTypeSystem(bool prefer_dynamic);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp181 assert((TypeSystem *)&source == parser_type.GetTypeSystem());
200 llvm::dyn_cast_or_null<ClangASTContext>(parser_type.GetTypeSystem());
631 frame_decl_context.GetTypeSystem());
825 function_decl_ctx.GetTypeSystem());
839 function_decl_ctx.GetTypeSystem());
933 function_decl_ctx.GetTypeSystem());
948 function_decl_ctx.GetTypeSystem());
956 function_decl_ctx.GetTypeSystem());
1019 frame_decl_context.GetTypeSystem());
1152 frame_decl_context.GetTypeSystem());
[all...]
H A DClangASTSource.cpp1826 llvm::dyn_cast_or_null<ClangASTContext>(src_type.GetTypeSystem());
1860 llvm::dyn_cast<ClangASTContext>(type.GetTypeSystem());
1887 llvm::dyn_cast<ClangASTContext>(type.GetTypeSystem());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp255 if (m_element_type.GetOpaqueQualType() && m_element_type.GetTypeSystem())
302 llvm::dyn_cast_or_null<ClangASTContext>(node_type.GetTypeSystem());
H A DLibCxx.cpp245 llvm::dyn_cast_or_null<ClangASTContext>(pair_type.GetTypeSystem());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp52 TypeSystem *type_system = m_backend.GetCompilerType().GetTypeSystem();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp79 assert(m_compiler_type.GetTypeSystem());
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp32 CompilerType(type.GetTypeSystem(), type.GetOpaqueQualType()))) {}
354 m_opaque_sp->GetTypeSystem(false)->GetBasicTypeFromAST(basic_type)));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp810 llvm::dyn_cast<ClangASTContext>(m_type.GetTypeSystem());

Completed in 237 milliseconds

12