Lines Matching +defs:string +defs:match

93   std::string MigrateDir;
122 ArrayRef<std::string> AllowList)
269 std::string PropertyDotString;
287 std::string PropertyDotString = ".";
384 static void append_attr(std::string &PropertyString, const char *attr,
396 void MigrateBlockOrFunctionPointerTypeVariable(std::string & PropertyString,
397 const std::string& TypeString,
461 std::string PropertyString = "@property ";
470 std::string PropertyNameString = Getter->getNameAsString();
519 std::string TypeString = RT.getAsString(SubPolicy);
525 PropertyNameString = std::string(PropertyNameStringRef);
645 bool match = false;
650 match = true;
653 if (!match)
664 std::string ClassString;
708 std::string ClassString;
767 std::string TypeString = DesignatedEnumType.getAsString(Policy);
768 std::string ClassString = IsNSIntegerType ? "NS_ENUM(" : "NS_OPTIONS(";
960 std::string ClassString;
980 std::string ClassString;
984 ClassString = std::string(IDecl->getName());
1004 std::string ClassName;
1068 /// Check whether the two versions match.
1074 /// availability attributes, all their components match. It returns
1076 /// availability attributes match. This routine is only called when
1102 bool match = false;
1110 match = true;
1114 if (!match)
1136 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch);
1137 if (match && (Attrs2.size() > Attrs1.size()))
1139 return match;
1146 std::string NameString = Name;
1310 std::string StringClassName = std::string(IDecl->getName());
1312 std::string StringLoweredClassName = LoweredClassName.lower();
1321 std::string MethodName = std::string(MethodIdName->getName());
1333 MethodName = std::string(STRefMethodName.substr(len));
1335 std::string MethodNameSubStr = MethodName.substr(0, 3);
1337 std::string StringLoweredMethodNamePrefix = MethodNamePrefix.lower();
1342 std::string ClassNamePostfix = std::string(LoweredClassName.substr(Ix));
1344 std::string StringLoweredMethodName = LoweredMethodName.lower();
1985 static std::vector<std::string> getAllowListFilenames(StringRef DirPath) {
1989 std::vector<std::string> Filenames;
1998 Filenames.push_back(std::string(filename(DI->path())));
2020 std::vector<std::string> AllowList =
2033 std::string Text;
2134 Entry.Text = std::string(Val);
2150 static std::string applyEditsToTemp(FileEntryRef FE,
2198 return std::string();
2205 return std::string(TempPath);
2209 std::vector<std::pair<std::string,std::string> > &remap,
2251 std::string TempFile = applyEditsToTemp(I->first, I->second,
2258 remap.emplace_back(std::string(I->first.getName()), TempFile);