Searched refs:getNumTeams (Results 1 – 3 of 3) sorted by relevance
6742 ArrayRef<Expr *> getNumTeams() { return getVarRefs(); } in getNumTeams() function6745 ArrayRef<Expr *> getNumTeams() const { in getNumTeams() function6746 return const_cast<OMPNumTeamsClause *>(this)->getNumTeams(); in getNumTeams()
6290 ->getNumTeams() in getNumTeamsExprForTargetDirective()6316 D.getSingleClause<OMPNumTeamsClause>()->getNumTeams().front(); in getNumTeamsExprForTargetDirective()
7013 const Expr *NumTeams = NT ? NT->getNumTeams().front() : nullptr; in emitCommonOMPTeamsDirective()