Searched refs:SecondID (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 58 const ObjCInterfaceDecl *FirstID, const ObjCInterfaceDecl *SecondID, 64 const ObjCInterfaceDecl *SecondID) const { in diagnoseMismatch() argument 65 assert(FirstID->data().Definition != SecondID->data().Definition && in diagnoseMismatch() 67 return diagnoseMismatch(FirstID, SecondID, &SecondID->data()); in diagnoseMismatch()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 1924 const ObjCInterfaceDecl *FirstID, const ObjCInterfaceDecl *SecondID, in diagnoseMismatch() argument 1928 if (FirstID == SecondID) in diagnoseMismatch() 1932 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondID); in diagnoseMismatch() 1990 DiagNote(SecondID->getLocation(), in diagnoseMismatch() 1991 GetSuperClassSourceRange(SecondSuperInfo, SecondID), in diagnoseMismatch() 2001 SecondProtos, SecondID, SecondModule)) in diagnoseMismatch() 2019 PopulateHashes(SecondHashes, SecondID, SecondID->getDefinition()); in diagnoseMismatch() 2028 diagnoseSubMismatchUnexpected(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch() 2034 diagnoseSubMismatchDifferentDeclKinds(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
|