Searched refs:MethodName (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h19 #define FORWARD_SYMBOL_METHOD(MethodName) \
20 decltype(auto) MethodName() const { return RawSymbol->MethodName(); }
36 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \
37 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(MethodName, MethodName)
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp29 const auto MethodName = safeGetName(MD); local
31 if (MethodName == "ref" && MD->getAccess() == AS_public) {
35 } else if (MethodName == "deref" && MD->getAccess() == AS_public) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DConsumed.h116 /// \param MethodName -- The name of the method that was incorrectly
122 virtual void warnUseOfTempInInvalidState(StringRef MethodName, argument
127 /// \param MethodName -- The name of the method that was incorrectly
136 virtual void warnUseInInvalidState(StringRef MethodName, argument
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dachware.h133 const char *MethodName,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp515 std::string MethodName = MethodDec->getName().lower(); local
518 if (MethodName == "assign" || MethodName == "clear" ||
519 MethodName == "destroy" || MethodName == "reset" ||
520 MethodName == "resize" || MethodName == "shrink")
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daecommon.h152 char *MethodName,
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmextern.c410 char *MethodName; local
446 MethodName = strtok (NULL, METHOD_SEPARATORS); /* Method namepath */
447 if (!MethodName)
488 AslGbl_ExternalRefFilename, ArgCount, MethodName);
490 AcpiDmAddPathToExternalList (MethodName, ACPI_TYPE_METHOD,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.h76 void expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName);
H A DPredicateExpander.cpp185 StringRef MethodName) {
188 OS << MethodName << (isByRef() ? "(MI)" : "(*MI)");
184 expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp2110 std::string MethodName = local
2114 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2118 const std::string &MethodName = I.first; local
2127 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2176 std::string MethodName = local
2184 IndicesMap[VTableIndex] = MethodName + " [complete]";
2185 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
2188 IndicesMap[MethodVTableIndices[MD]] = MethodName;
2200 const std::string &MethodName = I.second; local
2202 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3228 std::string MethodName = PredefinedExpr::ComputeName( local
3235 const std::string &MethodName = MethodNameAndDecl.first; local
3662 std::string MethodName = PredefinedExpr::ComputeName( local
3700 const std::string &MethodName = I.second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1323 std::string MethodName = std::string(MethodIdName->getName());
1325 StringRef STRefMethodName(MethodName);
1335 MethodName = std::string(STRefMethodName.substr(len));
1337 std::string MethodNameSubStr = MethodName.substr(0, 3);
1345 StringRef LoweredMethodName(MethodName);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp387 DeclarationName MethodName local
393 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(),
407 Method->getLocation(), MethodName,
H A DAnalysisBasedWarnings.cpp2129 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State,
2133 diag::warn_use_of_temp_in_invalid_state) << MethodName << State);
2138 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName,
2142 MethodName << VariableName << State);
H A DSemaDeclObjC.cpp3662 std::string MethodName = Method->getSelector().getAsString(); local
3664 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size());
3668 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp275 SmallString<256> MethodName; local
276 llvm::raw_svector_ostream OS(MethodName);
1676 StringRef MethodName = getFunctionName(Method); local
1799 RecordTy, MethodName, MethodLinkageName, MethodDefUnit, MethodLine,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9574 MethodName,
10429 FirstMethod->getSourceRange(), MethodName)
10432 SecondMethod->getSourceRange(), MethodName)

Completed in 229 milliseconds