Home
last modified time | relevance | path

Searched defs:GetTypeSystem (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DCompilerDeclContext.h94 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DCompilerType.h280 std::shared_ptr<TypeSystemType> GetTypeSystem() const { in GetTypeSystem() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h57 TypeSystemClang &GetTypeSystem() const { return m_ast; } in GetTypeSystem() function
H A DClangASTSource.h356 TypeSystemClang *GetTypeSystem() const { return m_clang_ast_context; } in GetTypeSystem() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1175 CompilerType::TypeSystemSPWrapper TypeImpl::GetTypeSystem(bool prefer_dynamic) { in GetTypeSystem() function in TypeImpl
H A DCompilerType.cpp1222 CompilerType::TypeSystemSPWrapper CompilerType::GetTypeSystem() const { in GetTypeSystem() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4297 SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem() function in SymbolFileDWARF