Given the following valid C++ code: class Foo { public: Bar& getBar(); }; c++-ts-mode does not fontify getBar with the font-lock-function-name-face face. I've attached a fix to treat reference declarators in c-ts-mode--declarator-identifier similarly to pointer_declarators.