Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp1226 : S.getActiveComputeConstructInfo().Clauses; in CheckGangKernelsExpr()
1290 switch (SemaRef.getActiveComputeConstructInfo().Kind) { in VisitVectorClause()
1302 SemaRef.getActiveComputeConstructInfo().Kind); in VisitVectorClause()
1308 llvm::find_if(SemaRef.getActiveComputeConstructInfo().Clauses, in VisitVectorClause()
1310 if (Itr != SemaRef.getActiveComputeConstructInfo().Clauses.end()) { in VisitVectorClause()
1315 SemaRef.getActiveComputeConstructInfo().Kind) in VisitVectorClause()
1316 << SemaRef.getActiveComputeConstructInfo().Kind in VisitVectorClause()
1338 SemaRef.getActiveComputeConstructInfo().Kind) in VisitVectorClause()
1339 << SemaRef.getActiveComputeConstructInfo().Kind in VisitVectorClause()
1352 SemaRef.getActiveComputeConstructInfo().Kind); in VisitVectorClause()
[all …]
H A DSemaOpenACC.cpp202 if (SemaRef.getActiveComputeConstructInfo().Kind == in AssociatedStmtRAII()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h245 ComputeConstructInfo &getActiveComputeConstructInfo() { in getActiveComputeConstructInfo() function