reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 8161   QualType RHSType = RHS.get()->getType();
 8179       CheckAssignmentConstraints(AtomicTy->getValueType(), RHS, Kind);
 8183       RHS = ImpCastExprToType(RHS.get(), AtomicTy->getValueType(), Kind);
 8183       RHS = ImpCastExprToType(RHS.get(), AtomicTy->getValueType(), Kind);
 8211         RHS = prepareVectorSplat(LHSType, RHS.get());
 8211         RHS = prepareVectorSplat(LHSType, RHS.get());
 8244         ExprResult *VecExpr = &RHS;
 8269       Kind = PrepareScalarCast(RHS, LHSType);
 8411         maybeExtendBlockObject(RHS);