Lines Matching defs:FirstModule

55                                                 StringRef FirstModule,
77 auto DiagError = [&Diags, &GetDiagMethodType, FirstContainer, FirstModule,
83 << FirstContainer << FirstModule.empty() << FirstModule
145 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule,
157 auto DiagError = [FirstRecord, FirstField, FirstModule,
160 << FirstRecord << FirstModule.empty() << FirstModule
247 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule,
255 auto DiagError = [FirstRecord, FirstTD, FirstModule,
258 << FirstRecord << FirstModule.empty() << FirstModule
287 StringRef FirstModule,
299 auto DiagError = [FirstRecord, FirstVD, FirstModule,
302 << FirstRecord << FirstModule.empty() << FirstModule
363 const ObjCContainerDecl *FirstContainer, StringRef FirstModule,
371 auto DiagRefProtocolError = [FirstContainer, FirstModule,
375 << FirstContainer << FirstModule.empty() << FirstModule << Range
421 const NamedDecl *FirstObjCContainer, StringRef FirstModule,
433 auto DiagError = [FirstObjCContainer, FirstModule, FirstMethod,
437 << FirstObjCContainer << FirstModule.empty() << FirstModule
486 FirstModule, SecondModule,
505 const NamedDecl *FirstObjCContainer, StringRef FirstModule,
515 auto DiagError = [FirstObjCContainer, FirstModule, FirstProp,
518 << FirstObjCContainer << FirstModule.empty() << FirstModule
651 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule,
655 << FirstRecord << FirstModule.empty() << FirstModule;
673 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule,
696 << FirstRecord << FirstModule.empty() << FirstModule
714 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstRecord);
731 auto DiagBaseError = [FirstRecord, &FirstModule,
735 << FirstRecord << FirstModule.empty() << FirstModule << Range
882 << FirstRecord << FirstModule.empty() << FirstModule
915 diagnoseSubMismatchUnexpected(DR, FirstRecord, FirstModule, SecondRecord,
921 diagnoseSubMismatchDifferentDeclKinds(DR, FirstRecord, FirstModule,
958 auto DiagError = [FirstRecord, &FirstModule,
962 << FirstRecord << FirstModule.empty() << FirstModule << Range
1041 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule,
1152 FirstModule, SecondModule,
1267 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule,
1275 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule,
1556 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType
1570 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstRecord);
1595 diagnoseSubMismatchUnexpected(DR, FirstRecord, FirstModule, SecondRecord,
1601 diagnoseSubMismatchDifferentDeclKinds(DR, FirstRecord, FirstModule,
1627 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule,
1634 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule,
1642 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule,
1652 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType
1677 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstFunction);
1680 auto DiagError = [FirstFunction, &FirstModule,
1684 << FirstFunction << FirstModule.empty() << FirstModule << Range
1811 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstEnum);
1814 auto DiagError = [FirstEnum, &FirstModule, this](const auto *DiagAnchor,
1817 << FirstEnum << FirstModule.empty() << FirstModule
1936 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID);
1945 auto DiagError = [FirstID, &FirstModule,
1949 << FirstID << FirstModule.empty() << FirstModule << Range
2005 if (diagnoseSubMismatchProtocols(FirstProtos, FirstID, FirstModule,
2033 diagnoseSubMismatchUnexpected(DR, FirstID, FirstModule, SecondID,
2039 diagnoseSubMismatchDifferentDeclKinds(DR, FirstID, FirstModule, SecondID,
2065 if (diagnoseSubMismatchObjCMethod(FirstID, FirstModule, SecondModule,
2072 if (diagnoseSubMismatchField(FirstID, FirstModule, SecondModule,
2095 if (diagnoseSubMismatchObjCProperty(FirstID, FirstModule, SecondModule,
2105 << FirstID << FirstModule.empty() << FirstModule << FirstDiffType
2121 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstProtocol);
2132 if (diagnoseSubMismatchProtocols(FirstProtocols, FirstProtocol, FirstModule,
2161 diagnoseSubMismatchUnexpected(DR, FirstProtocol, FirstModule,
2167 diagnoseSubMismatchDifferentDeclKinds(DR, FirstProtocol, FirstModule,
2193 if (diagnoseSubMismatchObjCMethod(FirstProtocol, FirstModule, SecondModule,
2200 if (diagnoseSubMismatchObjCProperty(FirstProtocol, FirstModule,
2211 << FirstProtocol << FirstModule.empty() << FirstModule << FirstDiffType