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()
484 FirstModule, SecondModule, in diagnoseSubMismatchObjCMethod()
503 const NamedDecl *FirstObjCContainer, StringRef FirstModule, in diagnoseSubMismatchObjCProperty() argument
513 auto DiagError = [FirstObjCContainer, FirstModule, FirstProp, in diagnoseSubMismatchObjCProperty()
516 << FirstObjCContainer << FirstModule.empty() << FirstModule in diagnoseSubMismatchObjCProperty()
649 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchUnexpected() argument
653 << FirstRecord << FirstModule.empty() << FirstModule; in diagnoseSubMismatchUnexpected()
671 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchDifferentDeclKinds() argument
694 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseSubMismatchDifferentDeclKinds()
712 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstRecord); in diagnoseMismatch() local
729 auto DiagBaseError = [FirstRecord, &FirstModule, in diagnoseMismatch()
733 << FirstRecord << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
880 << FirstRecord << FirstModule.empty() << FirstModule in diagnoseMismatch()
913 diagnoseSubMismatchUnexpected(DR, FirstRecord, FirstModule, SecondRecord, in diagnoseMismatch()
919 diagnoseSubMismatchDifferentDeclKinds(DR, FirstRecord, FirstModule, in diagnoseMismatch()
956 auto DiagError = [FirstRecord, &FirstModule, in diagnoseMismatch()
960 << FirstRecord << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1036 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1147 FirstModule, SecondModule, in diagnoseMismatch()
1262 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1270 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1546 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
1560 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstRecord); in diagnoseMismatch() local
1585 diagnoseSubMismatchUnexpected(DR, FirstRecord, FirstModule, SecondRecord, in diagnoseMismatch()
1591 diagnoseSubMismatchDifferentDeclKinds(DR, FirstRecord, FirstModule, in diagnoseMismatch()
1617 if (diagnoseSubMismatchField(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1624 if (diagnoseSubMismatchTypedef(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1632 if (diagnoseSubMismatchVar(FirstRecord, FirstModule, SecondModule, in diagnoseMismatch()
1642 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
1667 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstFunction); in diagnoseMismatch() local
1670 auto DiagError = [FirstFunction, &FirstModule, in diagnoseMismatch()
1674 << FirstFunction << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1800 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstEnum); in diagnoseMismatch() local
1803 auto DiagError = [FirstEnum, &FirstModule, this](const auto *DiagAnchor, in diagnoseMismatch()
1806 << FirstEnum << FirstModule.empty() << FirstModule in diagnoseMismatch()
1925 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID); in diagnoseMismatch() local
1934 auto DiagError = [FirstID, &FirstModule, in diagnoseMismatch()
1938 << FirstID << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1994 if (diagnoseSubMismatchProtocols(FirstProtos, FirstID, FirstModule, in diagnoseMismatch()
2022 diagnoseSubMismatchUnexpected(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
2028 diagnoseSubMismatchDifferentDeclKinds(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
2054 if (diagnoseSubMismatchObjCMethod(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2061 if (diagnoseSubMismatchField(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2084 if (diagnoseSubMismatchObjCProperty(FirstID, FirstModule, SecondModule, in diagnoseMismatch()
2094 << FirstID << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
2109 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstProtocol); in diagnoseMismatch() local
2120 if (diagnoseSubMismatchProtocols(FirstProtocols, FirstProtocol, FirstModule, in diagnoseMismatch()
2149 diagnoseSubMismatchUnexpected(DR, FirstProtocol, FirstModule, in diagnoseMismatch()
2155 diagnoseSubMismatchDifferentDeclKinds(DR, FirstProtocol, FirstModule, in diagnoseMismatch()
2181 if (diagnoseSubMismatchObjCMethod(FirstProtocol, FirstModule, SecondModule, in diagnoseMismatch()
2188 if (diagnoseSubMismatchObjCProperty(FirstProtocol, FirstModule, in diagnoseMismatch()
2199 << FirstProtocol << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()