Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp693 TEST(Matcher, AtomicExpr) { in TEST() argument
/external/clang/include/clang/AST/
DASTContext.h52 class AtomicExpr; variable
DStmt.h124 friend class AtomicExpr; // ctor in LLVM_ALIGNAS() local
DExpr.h4832 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/external/clang/lib/AST/
DExpr.cpp3822 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr() function in AtomicExpr