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 779ba60 commit 03c393dCopy full SHA for 03c393d
clang/tools/libclang/CIndex.cpp
@@ -2783,7 +2783,7 @@ class OpenACCClauseEnqueue : public OpenACCClauseVisitor<OpenACCClauseEnqueue> {
2783
OpenACCClauseEnqueue(EnqueueVisitor &V) : Visitor(V) {}
2784
2785
#define VISIT_CLAUSE(CLAUSE_NAME) \
2786
- void VisitOpenACC##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &C);
+ void Visit##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &C);
2787
#include "clang/Basic/OpenACCClauses.def"
2788
};
2789
0 commit comments