Searched defs:AtomicExpr (Results 1 – 3 of 3) sorted by relevance
4507 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function4561 static bool classof(const AtomicExpr *) { return true; } in classof()
156 friend class AtomicExpr; // ctor variable
3913 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr() function in AtomicExpr