Home
last modified time | relevance | path

Searched defs:AtomicExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h4507 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
4561 static bool classof(const AtomicExpr *) { return true; } in classof()
DStmt.h156 friend class AtomicExpr; // ctor variable
/external/clang/lib/AST/
DExpr.cpp3913 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr() function in AtomicExpr