Home
last modified time | relevance | path

Searched refs:MSVCUndecoratedNameParser (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp13 MSVCUndecoratedNameParser::MSVCUndecoratedNameParser(llvm::StringRef name) { in MSVCUndecoratedNameParser() function in MSVCUndecoratedNameParser
81 bool MSVCUndecoratedNameParser::IsMSVCUndecoratedName(llvm::StringRef name) { in IsMSVCUndecoratedName()
85 bool MSVCUndecoratedNameParser::ExtractContextAndIdentifier( in ExtractContextAndIdentifier()
88 MSVCUndecoratedNameParser parser(name); in ExtractContextAndIdentifier()
98 llvm::StringRef MSVCUndecoratedNameParser::DropScope(llvm::StringRef name) { in DropScope()
99 MSVCUndecoratedNameParser parser(name); in DropScope()
H A DMSVCUndecoratedNameParser.h31 class MSVCUndecoratedNameParser {
33 explicit MSVCUndecoratedNameParser(llvm::StringRef name);
H A DCPlusPlusLanguage.cpp398 if (MSVCUndecoratedNameParser::IsMSVCUndecoratedName(name)) in ExtractContextAndIdentifier()
399 return MSVCUndecoratedNameParser::ExtractContextAndIdentifier(name, context, in ExtractContextAndIdentifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp399 std::string(MSVCUndecoratedNameParser::DropScope(udt->getName())); in CreateLLDBTypeFromPDBType()
477 std::string(MSVCUndecoratedNameParser::DropScope(enum_type->getName())); in CreateLLDBTypeFromPDBType()
555 std::string(MSVCUndecoratedNameParser::DropScope(type_def->getName())); in CreateLLDBTypeFromPDBType()
603 MSVCUndecoratedNameParser::DropScope(pdb_func->getName())); in CreateLLDBTypeFromPDBType()
920 std::string(MSVCUndecoratedNameParser::DropScope(data->getName())); in GetDeclForSymbol()
947 std::string(MSVCUndecoratedNameParser::DropScope(func->getName())); in GetDeclForSymbol()
1044 MSVCUndecoratedNameParser parser(name); in GetDeclContextContainingSymbol()
1157 std::string(MSVCUndecoratedNameParser::DropScope(enum_value.getName())); in AddEnumValue()
1426 std::string(MSVCUndecoratedNameParser::DropScope(method.getName())); in AddRecordMethod()
H A DSymbolFilePDB.cpp1145 MSVCUndecoratedNameParser::DropScope(pdb_data->getName())) in FindGlobalVariables()
1251 llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name); in CacheFunctionNames()
1265 llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name); in CacheFunctionNames()
1551 if (MSVCUndecoratedNameParser::DropScope( in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp600 return MSVCUndecoratedNameParser::DropScope(name); in DropNameScope()
H A DPdbAstBuilder.cpp20 #include "Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h"
327 MSVCUndecoratedNameParser parser(name); in CreateDeclInfoForUndecoratedName()
H A DSymbolFileNativePDB.cpp626 MSVCUndecoratedNameParser parser(record.Name); in GetUnqualifiedTypeName()
/freebsd/lib/clang/liblldb/
H A DMakefile428 SRCS+= Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp