Got compile error when using TEXT(__FUNCTION__) in Engine\Source\Runtime\Core\Public\Math\Matrix.h

I’m trying to add TEXT(FUNCTION) in Engine\Source\Runtime\Core\Public\Math\Matrix.h, but got compile error like this.
It is odd that TEXT(FUNCTION) can be used somewhere. Why it can not be added into Matrix.h? And what can I do to use TEXT(FUNCTION) in Matrix.h?