https://bugs.kde.org/show_bug.cgi?id=473425
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |waqar....@gmail.com --- Comment #3 from Waqar Ahmed <waqar....@gmail.com> --- clangd provides AST in an xml like format which you can use to get more info about the current file and maybe do some extra operations on it. Maybe that's how qtcreator is able to achieve this. But afair, qtcreator has a third cplusplus backend based on a small c++ parser so maybe it's using that. For the issue itself, I generally use search plugin and it works nicely for finding refs even in SIGNAL()/SLOT() macros or QMetaObject::invokeMethod("stringMethod") stuff. -- You are receiving this mail because: You are watching all bug changes.