diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 4a269f6..5726d79 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1569,6 +1569,9 @@ public: void EmitOMPDeclareMapper(const OMPDeclareMapperDecl *D, CodeGenFunction *CGF = nullptr); + // Emit code for the OpenACC Declare declaration. + void EmitOpenACCDeclare(const OpenACCDeclareDecl *D, CodeGenFunction *CGF); + /// Emit a code for requires directive. /// \param D Requires declaration void EmitOMPRequiresDecl(const OMPRequiresDecl *D); |