Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h95 class AtomicExpr; global() variable
H A DASTContext.h58 class AtomicExpr; global() variable
H A DExpr.h6438 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } AtomicExpr() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp340 __anon253528930402(const Expr *AtomicExpr) calculateConstraintSatisfaction() argument
542 __anon253528930502(const Expr *AtomicExpr) CheckConstraintSatisfaction() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4875 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, AtomicExpr() function in AtomicExpr