diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index a72b4f7..83bb5bc 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1575,6 +1575,8 @@ public: // Emit code for the OpenACC Declare declaration. void EmitOpenACCDeclare(const OpenACCDeclareDecl *D, CodeGenFunction *CGF); + // Emit code for the OpenACC Routine declaration. + void EmitOpenACCRoutine(const OpenACCRoutineDecl *D, CodeGenFunction *CGF); /// Emit a code for requires directive. /// \param D Requires declaration |