Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h41 static bool ExtractContextAndIdentifier(llvm::StringRef name,
H A DMSVCUndecoratedNameParser.cpp79 bool MSVCUndecoratedNameParser::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in MSVCUndecoratedNameParser
H A DCPlusPlusLanguage.h121 static bool ExtractContextAndIdentifier(const char *name,
H A DCPlusPlusLanguage.cpp260 bool CPlusPlusLanguage::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in CPlusPlusLanguage
263 return MSVCUndecoratedNameParser::ExtractContextAndIdentifier(name, context, in ExtractContextAndIdentifier()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp666 if (CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
696 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
717 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2094 if (!CPlusPlusLanguage::ExtractContextAndIdentifier(name.GetCString(), in FindGlobalVariables()