Skip to content

Commit 993f340

Browse files
committed
add back reverted declaration
1 parent 7f465e4 commit 993f340

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/include/clang/AST/ASTConsumer.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ class ASTConsumer {
117117
// variable has been instantiated.
118118
virtual void HandleCXXStaticMemberVarInstantiation(VarDecl *D) {}
119119

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+
120125
/// Callback involved at the end of a translation unit to
121126
/// notify the consumer that a vtable for the given C++ class is
122127
/// required.

0 commit comments

Comments
 (0)