Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp13 MSVCUndecoratedNameParser::MSVCUndecoratedNameParser(llvm::StringRef name) { in MSVCUndecoratedNameParser() function in MSVCUndecoratedNameParser
74 bool MSVCUndecoratedNameParser::IsMSVCUndecoratedName(llvm::StringRef name) { in IsMSVCUndecoratedName()
78 bool MSVCUndecoratedNameParser::ExtractContextAndIdentifier( in ExtractContextAndIdentifier()
81 MSVCUndecoratedNameParser parser(name); in ExtractContextAndIdentifier()
91 llvm::StringRef MSVCUndecoratedNameParser::DropScope(llvm::StringRef name) { in DropScope()
92 MSVCUndecoratedNameParser parser(name); in DropScope()
H A DMSVCUndecoratedNameParser.h31 class MSVCUndecoratedNameParser {
33 explicit MSVCUndecoratedNameParser(llvm::StringRef name);
H A DCMakeLists.txt22 MSVCUndecoratedNameParser.cpp
H A DCPlusPlusLanguage.cpp326 if (MSVCUndecoratedNameParser::IsMSVCUndecoratedName(name)) in ExtractContextAndIdentifier()
327 return MSVCUndecoratedNameParser::ExtractContextAndIdentifier(name, context, in ExtractContextAndIdentifier()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp392 std::string(MSVCUndecoratedNameParser::DropScope(udt->getName())); in CreateLLDBTypeFromPDBType()
471 std::string(MSVCUndecoratedNameParser::DropScope(enum_type->getName())); in CreateLLDBTypeFromPDBType()
549 std::string(MSVCUndecoratedNameParser::DropScope(type_def->getName())); in CreateLLDBTypeFromPDBType()
599 MSVCUndecoratedNameParser::DropScope(pdb_func->getName())); in CreateLLDBTypeFromPDBType()
918 std::string(MSVCUndecoratedNameParser::DropScope(data->getName())); in GetDeclForSymbol()
945 std::string(MSVCUndecoratedNameParser::DropScope(func->getName())); in GetDeclForSymbol()
1042 MSVCUndecoratedNameParser parser(name); in GetDeclContextContainingSymbol()
1155 std::string(MSVCUndecoratedNameParser::DropScope(enum_value.getName())); in AddEnumValue()
1415 std::string(MSVCUndecoratedNameParser::DropScope(method.getName())); in AddRecordMethod()
H A DSymbolFilePDB.cpp1136 MSVCUndecoratedNameParser::DropScope(pdb_data->getName()))) in FindGlobalVariables()
1242 llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name); in CacheFunctionNames()
1256 llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name); in CacheFunctionNames()
1541 if (MSVCUndecoratedNameParser::DropScope( in FindTypesByName()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/
H A DBUILD.gn43 "MSVCUndecoratedNameParser.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp474 return MSVCUndecoratedNameParser::DropScope(name); in DropNameScope()
H A DPdbAstBuilder.cpp575 MSVCUndecoratedNameParser parser(name); in CreateDeclInfoForUndecoratedName()
H A DSymbolFileNativePDB.cpp548 MSVCUndecoratedNameParser parser(record.Name); in GetUnqualifiedTypeName()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4199 lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
4200 lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h