Searched refs:Field2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1005 FieldDecl *Field1, FieldDecl *Field2) {
1006 const auto *Owner2 = cast<RecordDecl>(Field2->getDeclContext());
1012 Field2->isAnonymousStructOrUnion()) {
1014 RecordDecl *D2 = Field2->getType()->castAs<RecordType>()->getDecl();
1020 IdentifierInfo *Name2 = Field2->getIdentifier();
1027 Context.Diag2(Field2->getLocation(), diag::note_odr_field_name)
1028 << Field2->getDeclName();
1036 Field2->getType())) {
1042 Context.Diag2(Field2->getLocation(), diag::note_odr_field)
1043 << Field2
1004 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, FieldDecl *Field1, FieldDecl *Field2) argument
1357 RecordDecl::field_iterator Field2 = D2->field_begin(), local
[all...]

Completed in 51 milliseconds