Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDecl.cpp16 return m_type_system->DeclGetName(m_opaque_decl); in GetName()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h97 virtual ConstString DeclGetName(void *opaque_decl) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h469 ConstString DeclGetName(void *opaque_decl) override;
H A DTypeSystemClang.cpp9387 ConstString TypeSystemClang::DeclGetName(void *opaque_decl) { in DeclGetName() function in TypeSystemClang