Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h49 TypeSystemClang &GetTypeSystem() const { return m_ast; } in GetTypeSystem() function
H A DClangASTSource.h353 TypeSystemClang *GetTypeSystem() const { return m_clang_ast_context; } in GetTypeSystem() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h101 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DCompilerDecl.h56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp1056 CompilerType::TypeSystemSPWrapper TypeImpl::GetTypeSystem(bool prefer_dynamic) { in GetTypeSystem() function in TypeImpl
H A DCompilerType.cpp989 CompilerType::TypeSystemSPWrapper CompilerType::GetTypeSystem() const { in GetTypeSystem() function in CompilerType
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4171 SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem() function in SymbolFileDWARF