Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExternalASTSourceCallbacks.h48 TypeSystemClang &GetTypeSystem() const { return m_ast; } in GetTypeSystem() function
DClangASTSource.h351 TypeSystemClang *GetTypeSystem() const { return m_clang_ast_context; } in GetTypeSystem() function
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerDecl.h56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
DCompilerDeclContext.h101 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
DCompilerType.h157 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
/external/llvm-project/lldb/source/Symbol/
DType.cpp1043 TypeSystem *TypeImpl::GetTypeSystem(bool prefer_dynamic) { in GetTypeSystem() function in TypeImpl
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3883 llvm::Expected<TypeSystem &> SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem() function in SymbolFileDWARF