Home
last modified time | relevance | path

Searched refs:decl_ctx_type_system (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1974 TypeSystem *decl_ctx_type_system = decl_ctx.GetTypeSystem(); in DeclContextMatchesThisSymbolFile() local
1975 if (!decl_ctx_type_system) in DeclContextMatchesThisSymbolFile()
1978 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()
1986 if (decl_ctx_type_system == type_system_or_err->get()) in DeclContextMatchesThisSymbolFile()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2344 TypeSystem *decl_ctx_type_system = decl_ctx.GetTypeSystem(); in DeclContextMatchesThisSymbolFile() local
2346 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()
2353 if (decl_ctx_type_system == type_system_or_err->get()) in DeclContextMatchesThisSymbolFile()