Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h96 class AtomicExpr; variable
H A DASTContext.h61 class AtomicExpr; variable
H A DExpr.h6837 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp204 Sema &S, const Expr *AtomicExpr, const NamedDecl *Template, in EvaluateAtomicConstraint()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5059 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, in AtomicExpr() function in AtomicExpr