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.cpp650 const NamedDecl *SecondRecord, StringRef SecondModule) const { in diagnoseSubMismatchUnexpected() argument
660 Diag(SecondRecord->getLocation(), in diagnoseSubMismatchUnexpected()
672 const NamedDecl *SecondRecord, StringRef SecondModule) const { in diagnoseSubMismatchDifferentDeclKinds() argument
698 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl); in diagnoseSubMismatchDifferentDeclKinds()
705 const CXXRecordDecl *FirstRecord, const CXXRecordDecl *SecondRecord, in diagnoseMismatch() argument
709 if (FirstRecord == SecondRecord) in diagnoseMismatch()
713 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord); in diagnoseMismatch()
759 DiagBaseNote(SecondRecord->getLocation(), GetSourceRange(SecondDD), in diagnoseMismatch()
769 DiagBaseNote(SecondRecord->getLocation(), GetSourceRange(SecondDD), in diagnoseMismatch()
785 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10809 for (auto *SecondRecord : Merge.second) { in diagnoseOdrViolations() local
10810 if (DiagsEmitter.diagnoseMismatch(FirstRecord, SecondRecord)) { in diagnoseOdrViolations()