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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1006 const auto *Owner2 = cast<RecordDecl>(Field2->getDeclContext()); local
1024 Owner2->getLocation(),
1026 << Context.ToCtx.getTypeDeclType(Owner2);
1039 Owner2->getLocation(),
1041 << Context.ToCtx.getTypeDeclType(Owner2);
1053 Owner2->getLocation(),
1055 << Context.ToCtx.getTypeDeclType(Owner2);
1080 Context.Diag2(Owner2->getLocation(),
1083 << Context.ToCtx.getTypeDeclType(Owner2);

Completed in 111 milliseconds