Home
last modified time | relevance | path

Searched defs:GetMethodName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h307 GetMethodName(ConstString name) const { in GetMethodName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp68 CPlusPlusLanguage::GetMethodName(ConstString full_name) const { in GetMethodName() function in CPlusPlusLanguage