Searched defs:FirstRecord (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 145 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchField() argument 247 const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, in diagnoseSubMismatchTypedef() argument 286 bool ODRDiagsEmitter::diagnoseSubMismatchVar(const NamedDecl *FirstRecord, in diagnoseSubMismatchVar() argument 651 DiffResult &DR, const NamedDecl *FirstRecord, StringRe in diagnoseSubMismatchUnexpected() argument 673 diagnoseSubMismatchDifferentDeclKinds(DiffResult & DR,const NamedDecl * FirstRecord,StringRef FirstModule,const NamedDecl * SecondRecord,StringRef SecondModule) const diagnoseSubMismatchDifferentDeclKinds() argument 707 diagnoseMismatch(const CXXRecordDecl * FirstRecord,const CXXRecordDecl * SecondRecord,const struct CXXRecordDecl::DefinitionData * SecondDD) const diagnoseMismatch() argument 1560 diagnoseMismatch(const RecordDecl * FirstRecord,const RecordDecl * SecondRecord) const diagnoseMismatch() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9963 CXXRecordDecl *FirstRecord = Merge.first; diagnoseOdrViolations() local 9993 RecordDecl *FirstRecord = Merge.first; diagnoseOdrViolations() local
|