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 f2fa9ac commit c7d3859Copy full SHA for c7d3859
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