Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14542 const ValueDecl *RHSDecl = in CheckIdentityFieldAssignment() local
14544 if (LHSDecl != RHSDecl) in CheckIdentityFieldAssignment()
15430 const ValueDecl *RHSDecl = in DiagnoseSelfAssignment() local
15432 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()
15445 S.getSelfAssignmentClassMemberCandidate(RHSDecl)) in DiagnoseSelfAssignment()