Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerDecl.cpp16 return m_type_system->DeclGetName(m_opaque_decl); in GetName()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeSystem.h104 virtual ConstString DeclGetName(void *opaque_decl) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h483 ConstString DeclGetName(void *opaque_decl) override;
H A DTypeSystemClang.cpp9469 ConstString TypeSystemClang::DeclGetName(void *opaque_decl) { in DeclGetName() function in TypeSystemClang