Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h145 bool SymbolNameFitsToLanguage(Mangled mangled) const override;
H A DObjCLanguage.cpp225 bool ObjCLanguage::SymbolNameFitsToLanguage(Mangled mangled) const { in SymbolNameFitsToLanguage() function in ObjCLanguage
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h133 bool SymbolNameFitsToLanguage(Mangled mangled) const override;
H A DCPlusPlusLanguage.cpp65 bool CPlusPlusLanguage::SymbolNameFitsToLanguage(Mangled mangled) const { in SymbolNameFitsToLanguage() function in CPlusPlusLanguage
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h222 virtual bool SymbolNameFitsToLanguage(Mangled name) const { return false; } in SymbolNameFitsToLanguage() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp395 if (l->SymbolNameFitsToLanguage(*this)) { in GuessLanguage()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp682 if (cpp_lang->SymbolNameFitsToLanguage(mangled)) { in CollectCandidateCPlusPlusNames()