Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h44 diagnoseMismatch(const CXXRecordDecl *FirstRecord,
51 bool diagnoseMismatch(const RecordDecl *FirstRecord,
140 const NamedDecl *FirstRecord,
146 const NamedDecl *FirstRecord,
151 bool diagnoseSubMismatchField(const NamedDecl *FirstRecord,
156 bool diagnoseSubMismatchTypedef(const NamedDecl *FirstRecord,
162 bool diagnoseSubMismatchVar(const NamedDecl *FirstRecord,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp653 Diag(FirstRecord->getLocation(), in diagnoseSubMismatchUnexpected()
711 if (FirstRecord == SecondRecord) in diagnoseMismatch()
718 FirstRecord->DefinitionData; in diagnoseMismatch()
731 auto DiagBaseError = [FirstRecord, &FirstModule, in diagnoseMismatch()
819 FirstRecord->getDescribedClassTemplate(); in diagnoseMismatch()
904 const DeclContext *DC = FirstRecord; in diagnoseMismatch()
905 PopulateHashes(FirstHashes, FirstRecord, DC); in diagnoseMismatch()
958 auto DiagError = [FirstRecord, &FirstModule, in diagnoseMismatch()
1562 if (FirstRecord == SecondRecord) in diagnoseMismatch()
1579 const DeclContext *DC = FirstRecord; in diagnoseMismatch()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9963 CXXRecordDecl *FirstRecord = Merge.first; in diagnoseOdrViolations() local
9965 if (DiagsEmitter.diagnoseMismatch(FirstRecord, RecordPair.first, in diagnoseOdrViolations()
9993 RecordDecl *FirstRecord = Merge.first; in diagnoseOdrViolations() local
9996 if (DiagsEmitter.diagnoseMismatch(FirstRecord, SecondRecord)) { in diagnoseOdrViolations()