Home
last modified time | relevance | path

Searched refs:SymbolNameFitsToLanguage (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDObjCLanguage.h145 bool SymbolNameFitsToLanguage(Mangled mangled) const override;
HDObjCLanguage.cpp225 bool ObjCLanguage::SymbolNameFitsToLanguage(Mangled mangled) const { in SymbolNameFitsToLanguage() function in ObjCLanguage
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.h133 bool SymbolNameFitsToLanguage(Mangled mangled) const override;
HDCPlusPlusLanguage.cpp65 bool CPlusPlusLanguage::SymbolNameFitsToLanguage(Mangled mangled) const { in SymbolNameFitsToLanguage() function in CPlusPlusLanguage
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguage.h222 virtual bool SymbolNameFitsToLanguage(Mangled name) const { return false; } in SymbolNameFitsToLanguage() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDMangled.cpp395 if (l->SymbolNameFitsToLanguage(*this)) { in GuessLanguage()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp682 if (cpp_lang->SymbolNameFitsToLanguage(mangled)) { in CollectCandidateCPlusPlusNames()