Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp53 ObjCLanguage::IsPossibleObjCMethodName(die.GetName())) { in ProcessFunctionDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp498 else if (ObjCLanguage::IsPossibleObjCMethodName(mangled_name)) in GuessLanguage()
506 && ObjCLanguage::IsPossibleObjCMethodName(demangled_name.GetCString())) in GuessLanguage()
H A DModule.cpp653 ObjCLanguage::IsPossibleObjCMethodName(name_cstr)) in LookupInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h138 static bool IsPossibleObjCMethodName(const char *name) { in IsPossibleObjCMethodName() function