Lines Matching refs:AtomicTy
6113 if (const AtomicType *AtomicTy = dyn_cast<AtomicType>(LHSType)) {6115 CheckAssignmentConstraints(AtomicTy->getValueType(), RHS, Kind);6119 RHS = ImpCastExprToType(RHS.take(), AtomicTy->getValueType(), Kind);