Searched refs:MSVCUndecoratedNameParser (Results 1 – 9 of 9) sorted by relevance
13 MSVCUndecoratedNameParser::MSVCUndecoratedNameParser(llvm::StringRef name) { in MSVCUndecoratedNameParser() function in MSVCUndecoratedNameParser74 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()
31 class MSVCUndecoratedNameParser {33 explicit MSVCUndecoratedNameParser(llvm::StringRef name);
265 if (MSVCUndecoratedNameParser::IsMSVCUndecoratedName(name)) in ExtractContextAndIdentifier()266 return MSVCUndecoratedNameParser::ExtractContextAndIdentifier(name, context, in ExtractContextAndIdentifier()
390 std::string(MSVCUndecoratedNameParser::DropScope(udt->getName())); in CreateLLDBTypeFromPDBType()469 std::string(MSVCUndecoratedNameParser::DropScope(enum_type->getName())); in CreateLLDBTypeFromPDBType()547 std::string(MSVCUndecoratedNameParser::DropScope(type_def->getName())); in CreateLLDBTypeFromPDBType()597 MSVCUndecoratedNameParser::DropScope(pdb_func->getName())); in CreateLLDBTypeFromPDBType()914 std::string(MSVCUndecoratedNameParser::DropScope(data->getName())); in GetDeclForSymbol()941 std::string(MSVCUndecoratedNameParser::DropScope(func->getName())); in GetDeclForSymbol()1037 MSVCUndecoratedNameParser parser(name); in GetDeclContextContainingSymbol()1148 std::string(MSVCUndecoratedNameParser::DropScope(enum_value.getName())); in AddEnumValue()1408 std::string(MSVCUndecoratedNameParser::DropScope(method.getName())); in AddRecordMethod()
1127 MSVCUndecoratedNameParser::DropScope(pdb_data->getName()))) in FindGlobalVariables()1233 llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name); in CacheFunctionNames()1247 llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name); in CacheFunctionNames()1533 if (MSVCUndecoratedNameParser::DropScope( in FindTypesByName()
453 return MSVCUndecoratedNameParser::DropScope(name); in DropNameScope()
502 MSVCUndecoratedNameParser parser(name); in CreateDeclInfoForUndecoratedName()
512 MSVCUndecoratedNameParser parser(record.Name); in GetUnqualifiedTypeName()
390 SRCS+= Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp