Home | History | Annotate | Download | only in Sema

Lines Matching refs:AtomicExpr

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