Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h40 static bool ExtractContextAndIdentifier(llvm::StringRef name,
H A DMSVCUndecoratedNameParser.cpp85 bool MSVCUndecoratedNameParser::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in MSVCUndecoratedNameParser
H A DCPlusPlusLanguage.h160 static bool ExtractContextAndIdentifier(const char *name,
H A DCPlusPlusLanguage.cpp340 bool success = CPlusPlusLanguage::ExtractContextAndIdentifier( in ContainsPath()
396 bool CPlusPlusLanguage::ExtractContextAndIdentifier( in ExtractContextAndIdentifier() function in CPlusPlusLanguage
399 return MSVCUndecoratedNameParser::ExtractContextAndIdentifier(name, context, in ExtractContextAndIdentifier()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp660 if (CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
690 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
711 CPlusPlusLanguage::ExtractContextAndIdentifier(name_cstr, context, in LookupInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2391 if (!CPlusPlusLanguage::ExtractContextAndIdentifier(name.GetCString(), in FindGlobalVariables()