Home
last modified time | relevance | path

Searched refs:DeclContextGetName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDeclContext.cpp27 return m_type_system->DeclContextGetName(m_opaque_decl_ctx); in GetName()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h118 virtual ConstString DeclContextGetName(void *opaque_decl_ctx) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h500 ConstString DeclContextGetName(void *opaque_decl_ctx) override;
H A DTypeSystemClang.cpp9654 ConstString TypeSystemClang::DeclContextGetName(void *opaque_decl_ctx) { in DeclContextGetName() function in TypeSystemClang