Searched defs:type_system (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerDeclContext.h | 42 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext() 105 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext()
|
H A D | CompilerDecl.h | 37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() 60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl()
|
H A D | CompilerType.h | 44 CompilerType(lldb::TypeSystemWP type_system, in CompilerType() 91 CompilerType(TypeSystemSPWrapper type_system, lldb::opaque_compiler_type_t type) in CompilerType()
|
H A D | TaggedASTType.h | 24 lldb::TypeSystemWP type_system) in TaggedASTType()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | CoreMedia.cpp | 28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider() local
|
H A D | NSIndexPath.cpp | 52 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update() local
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 206 if (lldb::TypeSystemSP type_system = pair.second) in Clear() local 224 TypeSystem *type_system = pair.second.get(); in ForEach() local
|
H A D | CompilerType.cpp | 360 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 D | VectorType.cpp | 27 TypeSystemSP type_system) { in GetCompilerTypeForFormat()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1393 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 D | ClangExpressionDeclMap.cpp | 1835 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction() local
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | Target.cpp | 2622 [name, &variable_sp](TypeSystemSP type_system) -> bool { in GetPersistentVariable() 2642 [name, &address](lldb::TypeSystemSP type_system) -> bool { in GetPersistentSymbol()
|