Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h175 static bool IsPossibleObjCMethodName(const char *name) { in IsPossibleObjCMethodName() function
H A DObjCLanguage.cpp229 return ObjCLanguage::IsPossibleObjCMethodName(demangled_name.GetCString()); in SymbolNameFitsToLanguage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp68 ObjCLanguage::IsPossibleObjCMethodName(die.GetName())) in ProcessFunctionDIE()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp647 ObjCLanguage::IsPossibleObjCMethodName(name_cstr)) in LookupInfo()