Home
last modified time | relevance | path

Searched refs:SecondRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h45 const CXXRecordDecl *SecondRecord,
52 const RecordDecl *SecondRecord) const;
142 const NamedDecl *SecondRecord,
148 const NamedDecl *SecondRecord,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp652 const NamedDecl *SecondRecord, StringRef SecondModule) const { in diagnoseSubMismatchUnexpected() argument
662 Diag(SecondRecord->getLocation(), in diagnoseSubMismatchUnexpected()
674 const NamedDecl *SecondRecord, StringRef SecondModule) const { in diagnoseSubMismatchDifferentDeclKinds() argument
700 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl); in diagnoseSubMismatchDifferentDeclKinds()
707 const CXXRecordDecl *FirstRecord, const CXXRecordDecl *SecondRecord, in diagnoseMismatch() argument
711 if (FirstRecord == SecondRecord) in diagnoseMismatch()
715 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord); in diagnoseMismatch()
761 DiagBaseNote(SecondRecord->getLocation(), GetSourceRange(SecondDD), in diagnoseMismatch()
771 DiagBaseNote(SecondRecord->getLocation(), GetSourceRange(SecondDD), in diagnoseMismatch()
787 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10136 for (auto *SecondRecord : Merge.second) { in diagnoseOdrViolations() local
10137 if (DiagsEmitter.diagnoseMismatch(FirstRecord, SecondRecord)) { in diagnoseOdrViolations()