Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h40 static bool ExtractContextAndIdentifier(llvm::StringRef name,
H A DMSVCUndecoratedNameParser.cpp78 bool MSVCUndecoratedNameParser::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in MSVCUndecoratedNameParser
H A DCPlusPlusLanguage.h123 static bool ExtractContextAndIdentifier(const char *name,
H A DCPlusPlusLanguage.cpp263 bool CPlusPlusLanguage::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in CPlusPlusLanguage
266 return MSVCUndecoratedNameParser::ExtractContextAndIdentifier(name, context, in ExtractContextAndIdentifier()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp664 if (CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
694 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
715 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2054 if (!CPlusPlusLanguage::ExtractContextAndIdentifier(name.GetCString(), in FindGlobalVariables()