Searched defs:AtomicExpr (Results 1 – 17 of 17) sorted by relevance
95 class AtomicExpr; variable
58 class AtomicExpr; variable
6478 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
96 class AtomicExpr; variable
6467 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
6461 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
693 TEST(Matcher, AtomicExpr) { in TEST() argument
52 class AtomicExpr; variable
124 friend class AtomicExpr; // ctor in LLVM_ALIGNAS() local
4832 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
3822 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr() function in AtomicExpr