Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp11330 const ValueDecl *RHSDecl = in CheckIdentityFieldAssignment() local
11332 if (LHSDecl != RHSDecl) in CheckIdentityFieldAssignment()
12121 const ValueDecl *RHSDecl = in DiagnoseSelfAssignment() local
12123 if (LHSDecl != RHSDecl) in DiagnoseSelfAssignment()