[clang] [AST] Add dump() method to TypeLoc (PR #65484)

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 07:35:23 PDT 2023


================
@@ -458,6 +532,9 @@ class ASTNodeTraverser
     if (Traversal == TK_IgnoreUnlessSpelledInSource && D->isCXXForRangeDecl())
       return;
 
+    if (VisitLocs)
----------------
cor3ntin wrote:

Is that the only place where `VisitLocs` is used?

https://github.com/llvm/llvm-project/pull/65484


More information about the cfe-commits mailing list