Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h107 bool SymbolNameFitsToLanguage(Mangled mangled) const override;
H A DCPlusPlusLanguage.cpp62 bool CPlusPlusLanguage::SymbolNameFitsToLanguage(Mangled mangled) const { in SymbolNameFitsToLanguage() function in CPlusPlusLanguage
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h107 bool SymbolNameFitsToLanguage(Mangled mangled) const override;
H A DObjCLanguage.cpp278 bool ObjCLanguage::SymbolNameFitsToLanguage(Mangled mangled) const { in SymbolNameFitsToLanguage() function in ObjCLanguage
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h210 virtual bool SymbolNameFitsToLanguage(Mangled name) const { return false; } in SymbolNameFitsToLanguage() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp401 if (l->SymbolNameFitsToLanguage(*this)) { in GuessLanguage()