Lines Matching refs:FirstModule
55 StringRef FirstModule, in diagnoseSubMismatchMethodParameters() argument
77 auto DiagError = [&Diags, &GetDiagMethodType, FirstContainer, FirstModule, in diagnoseSubMismatchMethodParameters()
83 << FirstContainer << FirstModule.empty() << FirstModule in diagnoseSubMismatchMethodParameters()
145 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchField() argument
157 auto DiagError = [FirstRecord, FirstField, FirstModule, in diagnoseSubMismatchField()
160 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseSubMismatchField()
247 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchTypedef() argument
255 auto DiagError = [FirstRecord, FirstTD, FirstModule, in diagnoseSubMismatchTypedef()
258 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseSubMismatchTypedef()
287 StringRef FirstModule, in diagnoseSubMismatchVar() argument
299 auto DiagError = [FirstRecord, FirstVD, FirstModule, in diagnoseSubMismatchVar()
302 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseSubMismatchVar()
363 const ObjCContainerDecl *FirstContainer, StringRef FirstModule, in diagnoseSubMismatchProtocols() argument
371 auto DiagRefProtocolError = [FirstContainer, FirstModule, in diagnoseSubMismatchProtocols()
375 << FirstContainer << FirstModule.empty() << FirstModule << Range in diagnoseSubMismatchProtocols()
421 const NamedDecl *FirstObjCContainer, StringRef FirstModule, in diagnoseSubMismatchObjCMethod() argument
433 auto DiagError = [FirstObjCContainer, FirstModule, FirstMethod, in diagnoseSubMismatchObjCMethod()
437 << FirstObjCContainer << FirstModule.empty() << FirstModule in diagnoseSubMismatchObjCMethod()
486 FirstModule, SecondModule, in diagnoseSubMismatchObjCMethod()
505 const NamedDecl *FirstObjCContainer, StringRef FirstModule, in diagnoseSubMismatchObjCProperty() argument
515 auto DiagError = [FirstObjCContainer, FirstModule, FirstProp, in diagnoseSubMismatchObjCProperty()
518 << FirstObjCContainer << FirstModule.empty() << FirstModule in diagnoseSubMismatchObjCProperty()
651 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchUnexpected() argument
655 << FirstRecord << FirstModule.empty() << FirstModule; in diagnoseSubMismatchUnexpected()
673 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchDifferentDeclKinds() argument
696 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseSubMismatchDifferentDeclKinds()
714 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstRecord); in diagnoseMismatch() local
731 auto DiagBaseError = [FirstRecord, &FirstModule, in diagnoseMismatch()
735 << FirstRecord << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
882 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseMismatch()
915 diagnoseSubMismatchUnexpected(DR, FirstRecord, FirstModule, SecondRecord, in diagnoseMismatch()
921 diagnoseSubMismatchDifferentDeclKinds(DR, FirstRecord, FirstModule, in diagnoseMismatch()
958 auto DiagError = [FirstRecord, &FirstModule, in diagnoseMismatch()
962 << FirstRecord << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1041 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1152 FirstModule, SecondModule, in diagnoseMismatch()
1267 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1275 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1551 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
1565 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstRecord); in diagnoseMismatch() local
1590 diagnoseSubMismatchUnexpected(DR, FirstRecord, FirstModule, SecondRecord, in diagnoseMismatch()
1596 diagnoseSubMismatchDifferentDeclKinds(DR, FirstRecord, FirstModule, in diagnoseMismatch()
1622 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1629 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1637 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1647 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
1672 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstFunction); in diagnoseMismatch() local
1675 auto DiagError = [FirstFunction, &FirstModule, in diagnoseMismatch()
1679 << FirstFunction << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1806 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstEnum); in diagnoseMismatch() local
1809 auto DiagError = [FirstEnum, &FirstModule, this](const auto *DiagAnchor, in diagnoseMismatch()
1812 << FirstEnum << FirstModule.empty() << FirstModule in diagnoseMismatch()
1931 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID); in diagnoseMismatch() local
1940 auto DiagError = [FirstID, &FirstModule, in diagnoseMismatch()
1944 << FirstID << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
2000 if (diagnoseSubMismatchProtocols(FirstProtos, FirstID, FirstModule, in diagnoseMismatch()
2028 diagnoseSubMismatchUnexpected(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
2034 diagnoseSubMismatchDifferentDeclKinds(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
2060 if (diagnoseSubMismatchObjCMethod(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2067 if (diagnoseSubMismatchField(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2090 if (diagnoseSubMismatchObjCProperty(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2100 << FirstID << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
2116 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstProtocol); in diagnoseMismatch() local
2127 if (diagnoseSubMismatchProtocols(FirstProtocols, FirstProtocol, FirstModule, in diagnoseMismatch()
2156 diagnoseSubMismatchUnexpected(DR, FirstProtocol, FirstModule, in diagnoseMismatch()
2162 diagnoseSubMismatchDifferentDeclKinds(DR, FirstProtocol, FirstModule, in diagnoseMismatch()
2188 if (diagnoseSubMismatchObjCMethod(FirstProtocol, FirstModule, SecondModule, in diagnoseMismatch()
2195 if (diagnoseSubMismatchObjCProperty(FirstProtocol, FirstModule, in diagnoseMismatch()
2206 << FirstProtocol << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()