Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h87 TypeSystem *GetTypeSystem() const { return m_type_system; } GetTypeSystem() function
H A DCompilerDecl.h56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h55 TypeSystemClang &GetTypeSystem() const { return m_ast; } in GetTypeSystem() function
H A DClangASTSource.h353 TypeSystemClang *GetTypeSystem() const { return m_clang_ast_context; } in GetTypeSystem() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1154 CompilerType::TypeSystemSPWrapper TypeImpl::GetTypeSystem(bool prefer_dynamic) { in GetTypeSystem() function in TypeImpl
H A DCompilerType.cpp1206 CompilerType::TypeSystemSPWrapper CompilerType::GetTypeSystem() const { in GetTypeSystem() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4365 SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem() function in SymbolFileDWARF