Lines Matching defs:SecondModule
56 StringRef SecondModule,
87 auto DiagNote = [&Diags, &GetDiagMethodType, SecondModule,
93 << SecondModule.empty() << SecondModule
145 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule,
163 auto DiagNote = [SecondField, SecondModule,
167 << SecondModule.empty() << SecondModule << SecondField->getSourceRange() << DiffType;
247 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule,
261 auto DiagNote = [SecondTD, SecondModule,
265 << SecondModule << SecondTD->getSourceRange() << DiffType;
288 StringRef SecondModule,
305 auto DiagNote = [SecondVD, SecondModule, this](ODRVarDifference DiffType) {
308 << SecondModule << SecondVD->getSourceRange() << DiffType;
365 const ObjCContainerDecl *SecondContainer, StringRef SecondModule) const {
378 auto DiagRefProtocolNote = [SecondModule,
382 << SecondModule.empty() << SecondModule << Range << DiffType;
422 StringRef SecondModule, const ObjCMethodDecl *FirstMethod,
440 auto DiagNote = [SecondModule, SecondMethod,
444 << SecondModule.empty() << SecondModule
486 FirstModule, SecondModule,
506 StringRef SecondModule, const ObjCPropertyDecl *FirstProp,
521 auto DiagNote = [SecondModule, SecondProp,
524 << SecondModule.empty() << SecondModule
652 const NamedDecl *SecondRecord, StringRef SecondModule) const {
664 << SecondModule;
674 const NamedDecl *SecondRecord, StringRef SecondModule) const {
702 << SecondModule.empty() << SecondModule << SecondDiagInfo.second
715 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord);
738 auto DiagBaseNote = [&SecondModule,
742 << SecondModule << Range << DiffType;
887 << SecondModule << SecondDecl->getSourceRange() << NoteDiffType
916 SecondModule);
922 SecondRecord, SecondModule);
965 auto DiagNote = [&SecondModule, this](SourceLocation Loc, SourceRange Range,
968 << SecondModule << Range << DiffType;
1041 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule,
1152 FirstModule, SecondModule,
1267 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule,
1275 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule,
1560 << SecondModule.empty() << SecondModule << FirstDiffType
1571 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord);
1596 SecondModule);
1602 SecondRecord, SecondModule);
1627 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule,
1634 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule,
1642 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule,
1656 << SecondModule.empty() << SecondModule << FirstDiffType
1678 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondFunction);
1687 auto DiagNote = [&SecondModule, this](SourceLocation Loc, SourceRange Range,
1690 << SecondModule << Range << DiffType;
1812 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondEnum);
1820 auto DiagNote = [&SecondModule, this](const auto *DiagAnchor,
1823 << SecondModule << DiagAnchor->getSourceRange() << DiffType;
1937 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondID);
1952 auto DiagNote = [&SecondModule, this](SourceLocation Loc, SourceRange Range,
1955 << SecondModule.empty() << SecondModule << Range << DiffType;
2006 SecondProtos, SecondID, SecondModule))
2034 SecondModule);
2040 SecondModule);
2065 if (diagnoseSubMismatchObjCMethod(FirstID, FirstModule, SecondModule,
2072 if (diagnoseSubMismatchField(FirstID, FirstModule, SecondModule,
2095 if (diagnoseSubMismatchObjCProperty(FirstID, FirstModule, SecondModule,
2109 << SecondModule.empty() << SecondModule << FirstDiffType
2122 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondProtocol);
2134 SecondModule))
2162 SecondProtocol, SecondModule);
2168 SecondProtocol, SecondModule);
2193 if (diagnoseSubMismatchObjCMethod(FirstProtocol, FirstModule, SecondModule,
2201 SecondModule,
2215 << SecondModule.empty() << SecondModule << FirstDiffType