Lines Matching refs:getExprs
395 llvm::ArrayRef<Expr *> getExprs() const { return Exprs; } in getExprs() function
444 bool hasDevNumExpr() const { return getExprs()[0]; } in hasDevNumExpr()
445 Expr *getDevNumExpr() const { return getExprs()[0]; } in getDevNumExpr()
447 return OpenACCClauseWithExprs::getExprs().drop_front(); in getQueueIdExprs()
450 return OpenACCClauseWithExprs::getExprs().drop_front(); in getQueueIdExprs()
476 return OpenACCClauseWithExprs::getExprs(); in getIntExprs()
480 return OpenACCClauseWithExprs::getExprs(); in getIntExprs()
501 bool hasIntExpr() const { return !getExprs().empty(); } in hasIntExpr()
503 return hasIntExpr() ? getExprs()[0] : nullptr; in getIntExpr()
506 Expr *getIntExpr() { return hasIntExpr() ? getExprs()[0] : nullptr; }; in getIntExpr()
562 ArrayRef<Expr *> getVarList() { return getExprs(); } in getVarList()
563 ArrayRef<Expr *> getVarList() const { return getExprs(); } in getVarList()