Home
last modified time | relevance | path

Searched refs:IsMSVCUndecoratedName (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h39 static bool IsMSVCUndecoratedName(llvm::StringRef name);
H A DMSVCUndecoratedNameParser.cpp81 bool MSVCUndecoratedNameParser::IsMSVCUndecoratedName(llvm::StringRef name) { in IsMSVCUndecoratedName() function in MSVCUndecoratedNameParser
H A DCPlusPlusLanguage.cpp399 if (MSVCUndecoratedNameParser::IsMSVCUndecoratedName(name)) in ExtractContextAndIdentifier()