Home
last modified time | relevance | path

Searched refs:AtKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCAtomic.cpp25 OpenACCAtomicKind AtKind; member in __anonb915406b0111::AtomicOperandChecker
32 << (AtKind != OpenACCAtomicKind::None) << AtKind; in DiagnoseInvalidAtomic()
701 AtomicOperandChecker(SemaOpenACC &S, OpenACCAtomicKind AtKind, in AtomicOperandChecker() argument
703 : SemaRef(S), AtKind(AtKind), AtomicDirLoc(DirLoc), AssocStmt(AssocStmt) { in AtomicOperandChecker()
708 switch (AtKind) { in Check()
725 OpenACCAtomicKind AtKind, in CheckAtomicAssociatedStmt() argument
733 AtomicOperandChecker Checker{*this, AtKind, AtomicDirLoc, AssocStmt}; in CheckAtomicAssociatedStmt()
H A DSemaOpenACC.cpp2054 OpenACCAtomicKind AtKind, ArrayRef<const OpenACCClause *> Clauses, in ActOnAssociatedStmt() argument
2069 return CheckAtomicAssociatedStmt(DirectiveLoc, AtKind, AssocStmt); in ActOnAssociatedStmt()
H A DTreeTransform.h4242 OpenACCAtomicKind AtKind, in RebuildOpenACCAtomicConstruct() argument
4248 SourceLocation{}, {}, AtKind, SourceLocation{}, EndLoc, Clauses, in RebuildOpenACCAtomicConstruct()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp315 OpenACCAtomicKind AtKind, SourceLocation End, in Create() argument
320 auto *Inst = new (Mem) OpenACCAtomicConstruct(Start, DirectiveLoc, AtKind, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h782 OpenACCAtomicKind AtKind, SourceLocation End, in OpenACCAtomicConstruct() argument
788 AtomicKind(AtKind) { in OpenACCAtomicConstruct()
808 OpenACCAtomicKind AtKind, SourceLocation End,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h796 OpenACCAtomicKind AtKind,
810 OpenACCAtomicKind AtKind,