[clang] [Clang][ASTMatcher] Add a matcher for the name of a DependentScopeDeclRefExpr (PR #121656)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 4 17:55:01 PST 2025
================
@@ -3257,6 +3257,17 @@ AST_MATCHER_P(CXXDependentScopeMemberExpr, memberHasSameNameAsBoundNode,
});
}
+/// Matches the dependent name of a dependent scope decl ref expr
----------------
HighCommander4 wrote:
likewise here, "of a DependentScopeDeclRefExpr"
https://github.com/llvm/llvm-project/pull/121656
More information about the cfe-commits
mailing list