Home
last modified time | relevance | path

Searched defs:type_system (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h42 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext()
105 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext()
H A DCompilerDecl.h37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl()
60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl()
H A DCompilerType.h44 CompilerType(lldb::TypeSystemWP type_system, in CompilerType()
91 CompilerType(TypeSystemSPWrapper type_system, lldb::opaque_compiler_type_t type) in CompilerType()
H A DTaggedASTType.h24 lldb::TypeSystemWP type_system) in TaggedASTType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider() local
H A DNSIndexPath.cpp52 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp206 if (lldb::TypeSystemSP type_system = pair.second) in Clear() local
224 TypeSystem *type_system = pair.second.get(); in ForEach() local
H A DCompilerType.cpp360 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType()
366 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp27 TypeSystemSP type_system) { in GetCompilerTypeForFormat()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1393 auto *type_system = decl_ctx.GetTypeSystem(); in ParseDeclsForContext() local
1567 auto type_system = compiler_type.GetTypeSystem(); in HasForwardDeclForClangType() local
2984 TypeSystemSP type_system = nullptr; in FindDefinitionTypeForDWARFDeclContext() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1835 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2622 [name, &variable_sp](TypeSystemSP type_system) -> bool { in GetPersistentVariable()
2642 [name, &address](lldb::TypeSystemSP type_system) -> bool { in GetPersistentSymbol()