Searched refs:PostUpdate (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DOpenMPClause.h110 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
113 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
115 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
121 const Expr *getPostUpdateExpr() const { return PostUpdate; }
123 Expr *getPostUpdateExpr() { return PostUpdate; }
1551 /// \param PostUpdate Expression that must be executed after exit from the
1558 Stmt *PreInit, Expr *PostUpdate);
1826 /// \param PostUpdate Expression that must be executed after exit from the
1835 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2036 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DOpenMPClause.h109 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
114 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
1550 /// \param PostUpdate Expression that must be executed after exit from the
1557 Stmt *PreInit, Expr *PostUpdate);
1825 /// \param PostUpdate Expression that must be executed after exit from the
1834 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2018 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DOpenMPClause.h109 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
114 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
1550 /// \param PostUpdate Expression that must be executed after exit from the
1557 Stmt *PreInit, Expr *PostUpdate);
1825 /// \param PostUpdate Expression that must be executed after exit from the
1834 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2018 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DOpenMPClause.h109 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
114 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
1550 /// \param PostUpdate Expression that must be executed after exit from the
1557 Stmt *PreInit, Expr *PostUpdate);
1825 /// \param PostUpdate Expression that must be executed after exit from the
1834 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2018 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DOpenMPClause.h109 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
114 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
1550 /// \param PostUpdate Expression that must be executed after exit from the
1557 Stmt *PreInit, Expr *PostUpdate);
1825 /// \param PostUpdate Expression that must be executed after exit from the
1834 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2018 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DOpenMPClause.h109 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
114 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
1550 /// \param PostUpdate Expression that must be executed after exit from the
1557 Stmt *PreInit, Expr *PostUpdate);
1825 /// \param PostUpdate Expression that must be executed after exit from the
1834 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2018 /// \param PostUpdate Expressio
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DOpenMPClause.h109 Expr *PostUpdate; member in class:clang::OMPClauseWithPostUpdate
112 void setPostUpdateExpr(Expr *S) { PostUpdate = S; }
114 : OMPClauseWithPreInit(This), PostUpdate(nullptr) {
120 const Expr *getPostUpdateExpr() const { return PostUpdate; }
122 Expr *getPostUpdateExpr() { return PostUpdate; }
1550 /// \param PostUpdate Expression that must be executed after exit from the
1557 Stmt *PreInit, Expr *PostUpdate);
1825 /// \param PostUpdate Expression that must be executed after exit from the
1834 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
2018 /// \param PostUpdate Expressio
[all...]

Completed in 171 milliseconds