Home
last modified time | relevance | path

Searched refs:MethodName (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp32 delete get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser); in ResetCxxMethodParser()
65 m_cxx_method_parser = new CPlusPlusLanguage::MethodName(demangled); in FromCxxMethodName()
77 get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)->GetBasename(); in IsCtorOrDtor()
92 return get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)->IsValid(); in IsFunction()
139 get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)->GetBasename(); in ParseFunctionBaseName()
157 get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)->GetContext(); in ParseFunctionDeclContextName()
174 m_buffer = get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser) in ParseFullName()
H A DModule.cpp661 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo()
679 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo()
712 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo()
770 CPlusPlusLanguage::MethodName cpp_method(full_name); in Prune()
H A DMangled.cpp51 CPlusPlusLanguage::MethodName cxx_method(demangled); in GetDemangledNameWithoutArguments()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h19 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument
20 decltype(auto) MethodName() const { return RawSymbol->MethodName(); }
36 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument
37 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(MethodName, MethodName)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h26 class MethodName {
30 MethodName() : m_full(), m_class(), m_category(), m_selector() {} in MethodName() function
32 MethodName(const char *name, bool strict) in MethodName() function
37 MethodName(llvm::StringRef name, bool strict) in MethodName() function
H A DObjCLanguage.cpp75 void ObjCLanguage::MethodName::Clear() { in Clear()
84 bool ObjCLanguage::MethodName::SetName(llvm::StringRef name, bool strict) { in SetName()
119 bool ObjCLanguage::MethodName::SetName(const char *name, bool strict) { in SetName()
123 ConstString ObjCLanguage::MethodName::GetClassName() { in GetClassName()
149 ConstString ObjCLanguage::MethodName::GetClassNameWithCategory() { in GetClassNameWithCategory()
172 ConstString ObjCLanguage::MethodName::GetSelector() { in GetSelector()
187 ConstString ObjCLanguage::MethodName::GetCategory() { in GetCategory()
206 ConstString ObjCLanguage::MethodName::GetFullNameWithoutCategory( in GetFullNameWithoutCategory()
231 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants()
240 objc_method.GetType() == MethodName::eTypeClassMethod; in GetMethodNameVariants()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h28 class MethodName {
30 MethodName() in MethodName() function
33 MethodName(ConstString s) in MethodName() function
H A DCPlusPlusLanguage.cpp85 void CPlusPlusLanguage::MethodName::Clear() { in Clear()
152 bool CPlusPlusLanguage::MethodName::TrySimplifiedParse() { in TrySimplifiedParse()
194 void CPlusPlusLanguage::MethodName::Parse() { in Parse()
214 llvm::StringRef CPlusPlusLanguage::MethodName::GetBasename() { in GetBasename()
220 llvm::StringRef CPlusPlusLanguage::MethodName::GetContext() { in GetContext()
226 llvm::StringRef CPlusPlusLanguage::MethodName::GetArguments() { in GetArguments()
232 llvm::StringRef CPlusPlusLanguage::MethodName::GetQualifiers() { in GetQualifiers()
238 std::string CPlusPlusLanguage::MethodName::GetScopeQualifiedName() { in GetScopeQualifiedName()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp29 const auto MethodName = safeGetName(MD); in hasPublicRefAndDeref() local
31 if (MethodName == "ref" && MD->getAccess() == AS_public) { in hasPublicRefAndDeref()
35 } else if (MethodName == "deref" && MD->getAccess() == AS_public) { in hasPublicRefAndDeref()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp515 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod() local
518 if (MethodName == "assign" || MethodName == "clear" || in isStateResetMethod()
519 MethodName == "destroy" || MethodName == "reset" || in isStateResetMethod()
520 MethodName == "resize" || MethodName == "shrink") in isStateResetMethod()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmextern.c518 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-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h122 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState() argument
136 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2110 std::string MethodName = in dumpLayout() local
2118 const std::string &MethodName = I.first; in dumpLayout() local
2176 std::string MethodName = in dumpLayout() local
2184 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2188 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2200 const std::string &MethodName = I.second; in dumpLayout() local
3228 std::string MethodName = PredefinedExpr::ComputeName( in dumpLayout() local
3235 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 …]
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dachware.h241 char *MethodName,
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.h76 void expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName);
H A DPredicateExpander.cpp185 StringRef MethodName) { in expandTIIFunctionCall() argument
188 OS << MethodName << (isByRef() ? "(MI)" : "(*MI)"); in expandTIIFunctionCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1323 std::string MethodName = std::string(MethodIdName->getName()); in migrateFactoryMethod() local
1325 StringRef STRefMethodName(MethodName); in migrateFactoryMethod()
1335 MethodName = std::string(STRefMethodName.substr(len)); in migrateFactoryMethod()
1337 std::string MethodNameSubStr = MethodName.substr(0, 3); in migrateFactoryMethod()
1345 StringRef LoweredMethodName(MethodName); in migrateFactoryMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2129 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState() argument
2133 diag::warn_use_of_temp_in_invalid_state) << MethodName << State); in warnUseOfTempInInvalidState()
2138 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument
2142 MethodName << VariableName << State); in warnUseInInvalidState()
H A DSemaLambda.cpp387 DeclarationName MethodName in startLambdaDefinition() local
393 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(), in startLambdaDefinition()
407 Method->getLocation(), MethodName, in startLambdaDefinition()
H A DSemaDeclObjC.cpp3662 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
3664 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection()
3668 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp251 ObjCLanguage::MethodName objc_method(name, true); in IndexUnitImpl()
H A DDWARFASTParserClang.cpp966 ObjCLanguage::MethodName objc_method(attrs.name.GetStringRef(), true); in ParseSubroutine()
2450 ObjCLanguage::MethodName prop_getter_method(prop_getter_name, true); in ParseSingleMember()
2455 ObjCLanguage::MethodName prop_setter_method(prop_setter_name, true); in ParseSingleMember()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp657 CPlusPlusLanguage::MethodName cpp_name(demangled); in FindBestAlternateMangledName()
680 CPlusPlusLanguage::MethodName alternate_cpp_name(demangled); in FindBestAlternateMangledName()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp256 SmallString<256> MethodName; in getObjCMethodName() local
257 llvm::raw_svector_ostream OS(MethodName); in getObjCMethodName()
1657 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
1780 RecordTy, MethodName, MethodLinkageName, MethodDefUnit, MethodLine, in CreateCXXMemberFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9603 MethodName, in diagnoseOdrViolations() enumerator
10458 FirstMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()
10461 SecondMethod->getSourceRange(), MethodName) in diagnoseOdrViolations()