Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13514 const ValueDecl *RHSDecl = in CheckIdentityFieldAssignment() local
13516 if (LHSDecl != RHSDecl) in CheckIdentityFieldAssignment()
14429 const ValueDecl *RHSDecl = in DiagnoseSelfAssignment() local
14431 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()
14444 S.getSelfAssignmentClassMemberCandidate(RHSDecl)) in DiagnoseSelfAssignment()