We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f465e4 commit 993f340Copy full SHA for 993f340
clang/include/clang/AST/ASTConsumer.h
@@ -117,6 +117,11 @@ class ASTConsumer {
117
// variable has been instantiated.
118
virtual void HandleCXXStaticMemberVarInstantiation(VarDecl *D) {}
119
120
+ /// Callback to handle the end-of-translation unit attachment of OpenACC
121
+ /// routine declaration information.
122
+ virtual void HandleOpenACCRoutineReference(const FunctionDecl *FD,
123
+ const OpenACCRoutineDecl *RD) {}
124
+
125
/// Callback involved at the end of a translation unit to
126
/// notify the consumer that a vtable for the given C++ class is
127
/// required.
0 commit comments