Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDMSVCUndecoratedNameParser.h40 static bool ExtractContextAndIdentifier(llvm::StringRef name,
HDCPlusPlusLanguage.h118 static bool ExtractContextAndIdentifier(const char *name,
HDMSVCUndecoratedNameParser.cpp78 bool MSVCUndecoratedNameParser::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in MSVCUndecoratedNameParser
HDCPlusPlusLanguage.cpp254 bool CPlusPlusLanguage::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in CPlusPlusLanguage
257 return MSVCUndecoratedNameParser::ExtractContextAndIdentifier(name, context, in ExtractContextAndIdentifier()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp653 if (CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
683 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
704 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2097 if (!CPlusPlusLanguage::ExtractContextAndIdentifier(name.GetCString(), in FindGlobalVariables()