Home
last modified time | relevance | path

Searched refs:LoopGangClauseOnKernel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp112 DirKind(DK), OldLoopGangClauseOnKernel(S.LoopGangClauseOnKernel), in AssociatedStmtRAII()
133 SemaRef.LoopGangClauseOnKernel = {}; in AssociatedStmtRAII()
147 SemaRef.LoopGangClauseOnKernel = {}; in AssociatedStmtRAII()
170 SemaRef.LoopGangClauseOnKernel = {(*Itr)->getBeginLoc(), DirKind}; in AssociatedStmtRAII()
208 SemaRef.LoopGangClauseOnKernel = {(*Itr)->getBeginLoc(), in AssociatedStmtRAII()
369 SemaRef.LoopGangClauseOnKernel = OldLoopGangClauseOnKernel; in ~AssociatedStmtRAII()
H A DSemaOpenACCClause.cpp1588 if (SemaRef.LoopGangClauseOnKernel.Loc.isValid()) { in VisitGangClause()
1594 << SemaRef.LoopGangClauseOnKernel.DirKind; in VisitGangClause()
1595 SemaRef.Diag(SemaRef.LoopGangClauseOnKernel.Loc, in VisitGangClause()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h256 } LoopGangClauseOnKernel; variable