Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h96 class AtomicExpr; variable
H A DASTContext.h59 class AtomicExpr; global() variable
H A DExpr.h6630 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } AtomicExpr() function
/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp340 __anon112831140402(const Expr *AtomicExpr) calculateConstraintSatisfaction() argument
542 __anon112831140502(const Expr *AtomicExpr) CheckConstraintSatisfaction() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1027 TEST_P(ASTMatchersTest,AtomicExpr) TEST_P() argument
/llvm-project/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp2034 TEST_F(StructuralEquivalenceStmtTest,AtomicExpr) TEST_F() argument
/llvm-project/clang/lib/AST/
H A DExpr.cpp4966 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, AtomicExpr() function in AtomicExpr