/llvm-project/lldb/include/lldb/Symbol/ |
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 | CompilerDeclContext.h | 43 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext() 99 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext()
|
H A D | TaggedASTType.h | 24 lldb::TypeSystemWP type_system) in TaggedASTType()
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CoreMedia.cpp | 28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider() local
|
H A D | NSIndexPath.cpp | 54 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update() local
|
/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
H A D | RegisterTypeBuilderClang.cpp | 42 lldb::TypeSystemClangSP type_system = in GetRegisterType() local
|
/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVTable.cpp |
|
/llvm-project/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 227 if (lldb::TypeSystemSP type_system = pair.second) Clear() local 255 TypeSystem *type_system = pair.second.get(); ForEach() local
|
H A D | CompilerType.cpp | 566 SetCompilerType(lldb::TypeSystemWP type_system,lldb::opaque_compiler_type_t type) SetCompilerType() argument 572 SetCompilerType(CompilerType::TypeSystemSPWrapper type_system,lldb::opaque_compiler_type_t type) SetCompilerType() argument 1184 CompilerType(CompilerType::TypeSystemSPWrapper type_system,lldb::opaque_compiler_type_t type) CompilerType() argument 1190 CompilerType(lldb::TypeSystemWP type_system,lldb::opaque_compiler_type_t type) CompilerType() argument
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 28 TypeSystemSP type_system) { in GetCompilerTypeForFormat() argument [all...] |
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpoint.cpp | 1088 auto type_system = compiler_type.GetTypeSystem(); in DoExecute() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1471 auto *type_system = decl_ctx.GetTypeSystem(); ParseDeclsForContext() local 1603 auto type_system = compiler_type.GetTypeSystem(); HasForwardDeclForCompilerType() local 3068 TypeSystemSP type_system = nullptr; FindDefinitionDIE() local [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1818 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction() local
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 2726 __anona66799dd0502(TypeSystemSP type_system) GetPersistentVariable() argument 2746 __anona66799dd0602(lldb::TypeSystemSP type_system) GetPersistentSymbol() argument
|