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.
ExportDecl
1 parent 1a0dd3b commit 54e5684Copy full SHA for 54e5684
clang/lib/ASTMatchers/Dynamic/Registry.cpp
@@ -243,6 +243,7 @@ RegistryMaps::RegistryMaps() {
243
REGISTER_MATCHER(equalsBoundNode);
244
REGISTER_MATCHER(equalsIntegralValue);
245
REGISTER_MATCHER(explicitCastExpr);
246
+ REGISTER_MATCHER(exportDecl);
247
REGISTER_MATCHER(expr);
248
REGISTER_MATCHER(exprWithCleanups);
249
REGISTER_MATCHER(fieldDecl);
0 commit comments