Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp1370 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()
H A DSemaOpenACC.cpp114 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h267 SourceLocation LoopVectorClauseLoc; variable