[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


================
@@ -1116,6 +1116,8 @@ AST Matchers
 
 - Add ``dependentTemplateSpecializationType`` matcher to match a dependent template specialization type.
 
+- Add ``hasDependentName`` matcher to match 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