Searched defs:FirstRecord (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 145 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchField() 247 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchTypedef() 286 bool ODRDiagsEmitter::diagnoseSubMismatchVar(const NamedDecl *FirstRecord, in diagnoseSubMismatchVar() 651 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchUnexpected() 673 DiffResult &DR, const NamedDecl *FirstRecord, StringRef FirstModule, in diagnoseSubMismatchDifferentDeclKinds() 707 const CXXRecordDecl *FirstRecord, const CXXRecordDecl *SecondRecord, in diagnoseMismatch() 1565 bool ODRDiagsEmitter::diagnoseMismatch(const RecordDecl *FirstRecord, in diagnoseMismatch()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10103 CXXRecordDecl *FirstRecord = Merge.first; diagnoseOdrViolations() local 10133 RecordDecl *FirstRecord = Merge.first; diagnoseOdrViolations() local
|