Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp113 OldLoopWorkerClauseLoc(S.LoopWorkerClauseLoc), in AssociatedStmtRAII()
134 SemaRef.LoopWorkerClauseLoc = {}; in AssociatedStmtRAII()
148 SemaRef.LoopWorkerClauseLoc = {}; in AssociatedStmtRAII()
176 SemaRef.LoopWorkerClauseLoc = (*Itr)->getBeginLoc(); in AssociatedStmtRAII()
215 SemaRef.LoopWorkerClauseLoc = (*Itr)->getBeginLoc(); in AssociatedStmtRAII()
370 SemaRef.LoopWorkerClauseLoc = OldLoopWorkerClauseLoc; in ~AssociatedStmtRAII()
H A DSemaOpenACCClause.cpp1475 if (SemaRef.LoopWorkerClauseLoc.isValid()) { in VisitWorkerClause()
1481 SemaRef.Diag(SemaRef.LoopWorkerClauseLoc, in VisitWorkerClause()
1604 if (SemaRef.LoopWorkerClauseLoc.isValid()) { in VisitGangClause()
1610 SemaRef.Diag(SemaRef.LoopWorkerClauseLoc, in VisitGangClause()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h262 SourceLocation LoopWorkerClauseLoc; variable