Searched refs:LoopVectorClauseLoc (Results 1 – 3 of 3) sorted by relevance
1370 if (SemaRef.LoopVectorClauseLoc.isValid()) { in VisitVectorClause()1376 SemaRef.Diag(SemaRef.LoopVectorClauseLoc, in VisitVectorClause()1490 if (SemaRef.LoopVectorClauseLoc.isValid()) { in VisitWorkerClause()1496 SemaRef.Diag(SemaRef.LoopVectorClauseLoc, in VisitWorkerClause()1619 if (SemaRef.LoopVectorClauseLoc.isValid()) { in VisitGangClause()1625 SemaRef.Diag(SemaRef.LoopVectorClauseLoc, in VisitGangClause()
114 OldLoopVectorClauseLoc(S.LoopVectorClauseLoc), in AssociatedStmtRAII()135 SemaRef.LoopVectorClauseLoc = {}; in AssociatedStmtRAII()149 SemaRef.LoopVectorClauseLoc = {}; in AssociatedStmtRAII()180 SemaRef.LoopVectorClauseLoc = (*Itr2)->getBeginLoc(); in AssociatedStmtRAII()219 SemaRef.LoopVectorClauseLoc = (*Itr2)->getBeginLoc(); in AssociatedStmtRAII()371 SemaRef.LoopVectorClauseLoc = OldLoopVectorClauseLoc; in ~AssociatedStmtRAII()
267 SourceLocation LoopVectorClauseLoc; variable