summaryrefslogtreecommitdiff
path: root/lib/Sema/CoroutineStmtBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sema/CoroutineStmtBuilder.h')
-rw-r--r--lib/Sema/CoroutineStmtBuilder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Sema/CoroutineStmtBuilder.h b/lib/Sema/CoroutineStmtBuilder.h
index 954a0f100ebb..33a368d92ff4 100644
--- a/lib/Sema/CoroutineStmtBuilder.h
+++ b/lib/Sema/CoroutineStmtBuilder.h
@@ -51,6 +51,9 @@ public:
/// name lookup.
bool buildDependentStatements();
+ /// \brief Build just parameter moves. To use for rebuilding in TreeTransform.
+ bool buildParameterMoves();
+
bool isInvalid() const { return !this->IsValid; }
private: