Home | History | Annotate | Download | only in Sema

Lines Matching refs:AtomicExpr

3033                                AtomicExpr::AtomicOp Op,
3036 // analysis here because we can't actually build an AtomicExpr until
3038 return new (SemaRef.Context) AtomicExpr(BuiltinLoc, SubExprs, RetTy, Op,
11081 TreeTransform<Derived>::TransformAtomicExpr(AtomicExpr *E) {