Searched refs:getActiveComputeConstructInfo (Results 1 – 3 of 3) sorted by relevance
1226 : 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 …]
202 if (SemaRef.getActiveComputeConstructInfo().Kind == in AssociatedStmtRAII()
245 ComputeConstructInfo &getActiveComputeConstructInfo() { in getActiveComputeConstructInfo() function