Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp16 return m_type_system->DeclGetName(m_opaque_decl); in GetName()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h96 virtual ConstString DeclGetName(void *opaque_decl) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h548 ConstString DeclGetName(void *opaque_decl) override;
H A DTypeSystemClang.cpp8929 ConstString TypeSystemClang::DeclGetName(void *opaque_decl) { in DeclGetName() function in TypeSystemClang
9043 ConstString decl_name = DeclGetName(opaque_decl); in DeclGetCompilerContext()