Home
last modified time | relevance | path

Searched refs:SecondID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h58 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/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1929 const ObjCInterfaceDecl *FirstID, const ObjCInterfaceDecl *SecondID, in diagnoseMismatch() argument
1933 if (FirstID == SecondID) in diagnoseMismatch()
1937 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondID); in diagnoseMismatch()
1995 DiagNote(SecondID->getLocation(), in diagnoseMismatch()
1996 GetSuperClassSourceRange(SecondSuperInfo, SecondID), in diagnoseMismatch()
2006 SecondProtos, SecondID, SecondModule)) in diagnoseMismatch()
2024 PopulateHashes(SecondHashes, SecondID, SecondID->getDefinition()); in diagnoseMismatch()
2033 diagnoseSubMismatchUnexpected(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
2039 diagnoseSubMismatchDifferentDeclKinds(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()