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()
1556 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
1570 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstRecord); in diagnoseMismatch() local
1595 diagnoseSubMismatchUnexpected(DR, FirstRecord, FirstModule, SecondRecord, in diagnoseMismatch()
1601 diagnoseSubMismatchDifferentDeclKinds(DR, FirstRecord, FirstModule, in diagnoseMismatch()
1627 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1634 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1642 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1652 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
1677 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstFunction); in diagnoseMismatch() local
1680 auto DiagError = [FirstFunction, &FirstModule, in diagnoseMismatch()
1684 << FirstFunction << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1811 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstEnum); in diagnoseMismatch() local
1814 auto DiagError = [FirstEnum, &FirstModule, this](const auto *DiagAnchor, in diagnoseMismatch()
1817 << FirstEnum << FirstModule.empty() << FirstModule in diagnoseMismatch()
1936 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID); in diagnoseMismatch() local
1945 auto DiagError = [FirstID, &FirstModule, in diagnoseMismatch()
1949 << FirstID << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
2005 if (diagnoseSubMismatchProtocols(FirstProtos, FirstID, FirstModule, in diagnoseMismatch()
2033 diagnoseSubMismatchUnexpected(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
2039 diagnoseSubMismatchDifferentDeclKinds(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
2065 if (diagnoseSubMismatchObjCMethod(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2072 if (diagnoseSubMismatchField(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2095 if (diagnoseSubMismatchObjCProperty(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2105 << FirstID << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
2121 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstProtocol); in diagnoseMismatch() local
2132 if (diagnoseSubMismatchProtocols(FirstProtocols, FirstProtocol, FirstModule, in diagnoseMismatch()
2161 diagnoseSubMismatchUnexpected(DR, FirstProtocol, FirstModule, in diagnoseMismatch()
2167 diagnoseSubMismatchDifferentDeclKinds(DR, FirstProtocol, FirstModule, in diagnoseMismatch()
2193 if (diagnoseSubMismatchObjCMethod(FirstProtocol, FirstModule, SecondModule, in diagnoseMismatch()
2200 if (diagnoseSubMismatchObjCProperty(FirstProtocol, FirstModule, in diagnoseMismatch()
2211 << FirstProtocol << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()