================
@@ -193,6 +194,25 @@ class TypeIndexer : public
RecursiveASTVisitor<TypeIndexer> {
return true;
}
+ bool TraverseSubstTemplateTypeParmTypeLoc(SubstTemplateTypeParmTypeLoc TL,
+ bool TraverseQualifier) {
+ // TODO: For now if we are a templated field and the substituted type is of
----------------
timon-ul wrote:
I placed it up here because I do not yet understand where (and how) exactly I
need to adjust this function, but I will take your word for it and move it to
that line.
https://github.com/llvm/llvm-project/pull/177273
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits