Home
last modified time | relevance | path

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

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