Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp33 return m_type_system->DeclContextGetScopeQualifiedName(m_opaque_decl_ctx); in GetScopeQualifiedName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h123 DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h584 ConstString DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) override;
H A DTypeSystemClang.cpp9267 TypeSystemClang::DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) { in DeclContextGetScopeQualifiedName() function in TypeSystemClang