Searched refs:LoopWorkerClauseLoc (Results 1 – 3 of 3) sorted by relevance
113 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()
1475 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()
262 SourceLocation LoopWorkerClauseLoc; variable