| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | RichManglingContext.cpp | 29 delete get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser); in ResetCxxMethodParser() 62 m_cxx_method_parser = new CPlusPlusLanguage::MethodName(demangled); in FromCxxMethodName() 74 get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)->GetBasename(); in IsCtorOrDtor() 121 return get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser) in ParseFunctionBaseName() 138 return get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser) in ParseFunctionDeclContextName() 155 return get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser) in ParseFullName()
|
| H A D | Module.cpp | 657 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() 675 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() 708 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() 798 CPlusPlusLanguage::MethodName cpp_method(full_name); in Prune()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbol.h | 17 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument 18 decltype(auto) MethodName() const { return RawSymbol->MethodName(); } 34 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(MethodName, MethodName)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 26 class MethodName { 39 static std::optional<const MethodName> Create(llvm::StringRef name, 115 MethodName(llvm::StringRef name, Type type) in MethodName() function
|
| H A D | ObjCLanguage.cpp | 63 std::optional<const ObjCLanguage::MethodName> 64 ObjCLanguage::MethodName::Create(llvm::StringRef name, bool strict) { in Create() 99 ObjCLanguage::MethodName method_name(name, type); in Create() 103 llvm::StringRef ObjCLanguage::MethodName::GetClassName() const { in GetClassName() 116 llvm::StringRef ObjCLanguage::MethodName::GetClassNameWithCategory() const { in GetClassNameWithCategory() 123 llvm::StringRef ObjCLanguage::MethodName::GetSelector() const { in GetSelector() 132 llvm::StringRef ObjCLanguage::MethodName::GetCategory() const { in GetCategory() 145 std::string ObjCLanguage::MethodName::GetFullNameWithoutCategory() const { in GetFullNameWithoutCategory() 182 std::optional<const ObjCLanguage::MethodName> objc_method = in GetMethodNameVariants() 183 ObjCLanguage::MethodName::Create(method_name.GetStringRef(), false); in GetMethodNameVariants()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.h | 28 class MethodName { 30 MethodName() in MethodName() function 33 MethodName(ConstString s) in MethodName() function
|
| H A D | CPlusPlusLanguage.cpp | 84 CPlusPlusLanguage::MethodName cxx_method(demangled_name); in GetDemangledFunctionNameWithoutArguments() 109 void CPlusPlusLanguage::MethodName::Clear() { in Clear() 211 bool CPlusPlusLanguage::MethodName::TrySimplifiedParse() { in TrySimplifiedParse() 254 void CPlusPlusLanguage::MethodName::Parse() { in Parse() 275 llvm::StringRef CPlusPlusLanguage::MethodName::GetBasename() { in GetBasename() 281 llvm::StringRef CPlusPlusLanguage::MethodName::GetContext() { in GetContext() 287 llvm::StringRef CPlusPlusLanguage::MethodName::GetArguments() { in GetArguments() 293 llvm::StringRef CPlusPlusLanguage::MethodName::GetQualifiers() { in GetQualifiers() 299 llvm::StringRef CPlusPlusLanguage::MethodName::GetReturnType() { in GetReturnType() 392 MethodName demangled_name(demangled); in DemangledNameContainsPath() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 516 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod() local 519 if (MethodName == "assign" || MethodName == "clear" || in isStateResetMethod() 520 MethodName == "destroy" || MethodName == "reset" || in isStateResetMethod() 521 MethodName == "resize" || MethodName == "shrink") in isStateResetMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 27 const auto MethodName = safeGetName(MD); in hasPublicMethodInBaseClass() local 28 if (MethodName == NameToMatch && MD->getAccess() == AS_public) in hasPublicMethodInBaseClass()
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmextern.c | 518 char *MethodName; in AcpiDmGetExternalsFromFile() local 554 MethodName = strtok (NULL, METHOD_SEPARATORS); /* Method namepath */ in AcpiDmGetExternalsFromFile() 555 if (!MethodName) in AcpiDmGetExternalsFromFile() 596 AslGbl_ExternalRefFilename, ArgCount, MethodName); in AcpiDmGetExternalsFromFile() 598 AcpiDmAddPathToExternalList (MethodName, ACPI_TYPE_METHOD, in AcpiDmGetExternalsFromFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 122 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState() argument 136 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 2116 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local 2123 const std::string &MethodName = I.first; in dumpLayout() local 2181 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local 2188 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout() 2192 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout() 2204 const std::string &MethodName = I.second; in dumpLayout() local 3230 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local 3237 const std::string &MethodName = MethodNameAndDecl.first; in dumpLayout() local 3662 std::string MethodName = PredefinedExpr::ComputeName( in dumpMethodLocations() local 3668 IndicesMap[I.second] = MethodName; in dumpMethodLocations() [all …]
|
| H A D | ODRDiagsEmitter.cpp | 932 MethodName, in diagnoseMismatch() enumerator 1082 DiagMethodError(MethodName); in diagnoseMismatch() 1083 DiagMethodNote(MethodName); in diagnoseMismatch()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | achware.h | 241 char *MethodName,
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | PredicateExpander.h | 80 void expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName);
|
| H A D | PredicateExpander.cpp | 210 StringRef MethodName) { in expandTIIFunctionCall() argument 213 OS << MethodName << (isByRef() ? "(MI)" : "(*MI)"); in expandTIIFunctionCall()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 290 std::optional<const ObjCLanguage::MethodName> objc_method = in IndexUnitImpl() 291 ObjCLanguage::MethodName::Create(name, true); in IndexUnitImpl()
|
| H A D | DWARFASTParserClang.cpp | 1034 std::optional<const ObjCLanguage::MethodName> objc_method = in ParseSubroutine() 1035 ObjCLanguage::MethodName::Create(attrs.name.GetStringRef(), true); in ParseSubroutine() 2742 std::optional<const ObjCLanguage::MethodName> prop_getter_method = in PropertyAttributes() 2743 ObjCLanguage::MethodName::Create(prop_getter_name, true); in PropertyAttributes() 2750 std::optional<const ObjCLanguage::MethodName> prop_setter_method = in PropertyAttributes() 2751 ObjCLanguage::MethodName::Create(prop_setter_name, true); in PropertyAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 1319 std::string MethodName = std::string(MethodIdName->getName()); in migrateFactoryMethod() local 1321 StringRef STRefMethodName(MethodName); in migrateFactoryMethod() 1331 MethodName = std::string(STRefMethodName.substr(len)); in migrateFactoryMethod() 1333 std::string MethodNameSubStr = MethodName.substr(0, 3); in migrateFactoryMethod() 1341 StringRef LoweredMethodName(MethodName); in migrateFactoryMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2159 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState() argument 2163 diag::warn_use_of_temp_in_invalid_state) << MethodName << State); in warnUseOfTempInInvalidState() 2168 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument 2172 MethodName << VariableName << State); in warnUseInInvalidState()
|
| H A D | SemaLambda.cpp | 939 DeclarationName MethodName = in CreateLambdaCallOperator() local 945 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(), in CreateLambdaCallOperator()
|
| H A D | SemaDeclObjC.cpp | 3677 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local 3679 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection() 3683 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 266 SmallString<256> MethodName; in getObjCMethodName() local 267 llvm::raw_svector_ostream OS(MethodName); in getObjCMethodName() 1899 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local 2003 RecordTy, MethodName, MethodLinkageName, MethodDefUnit, MethodLine, in CreateCXXMemberFunction()
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 21 MOCK_METHOD(ReturnType, MethodName, (Args...)); 22 MOCK_METHOD(ReturnType, MethodName, (Args...), (Specs...)); 302 * The general structure is `MOCK_METHODn(MethodName, ReturnType(Args))`, 303 instead of `MOCK_METHOD(ReturnType, MethodName, (Args))`.
|