Lines Matching refs:FirstID

1929     const ObjCInterfaceDecl *FirstID, const ObjCInterfaceDecl *SecondID,  in diagnoseMismatch()  argument
1933 if (FirstID == SecondID) in diagnoseMismatch()
1936 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID); in diagnoseMismatch()
1945 auto DiagError = [FirstID, &FirstModule, in diagnoseMismatch()
1949 << FirstID << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1958 const struct ObjCInterfaceDecl::DefinitionData *FirstDD = &FirstID->data(); in diagnoseMismatch()
1970 ObjCInterfaceDecl *FirstSuperClass = FirstID->getSuperClass(); in diagnoseMismatch()
1972 const TypeSourceInfo *FirstSuperInfo = FirstID->getSuperClassTInfo(); in diagnoseMismatch()
1986 DiagError(FirstID->getLocation(), in diagnoseMismatch()
1987 GetSuperClassSourceRange(FirstSuperInfo, FirstID), in diagnoseMismatch()
2003 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch()
2005 if (diagnoseSubMismatchProtocols(FirstProtos, FirstID, FirstModule, in diagnoseMismatch()
2023 PopulateHashes(FirstHashes, FirstID, FirstID->getDefinition()); 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()