Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerDeclContext.cpp33 return m_type_system->DeclContextGetName(m_opaque_decl_ctx); in GetName()
H A DClangASTContext.cpp10195 ConstString ClangASTContext::DeclContextGetName(void *opaque_decl_ctx) { in DeclContextGetName() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h127 virtual ConstString DeclContextGetName(void *opaque_decl_ctx) = 0;
H A DClangASTContext.h505 ConstString DeclContextGetName(void *opaque_decl_ctx) override;