When hashing a templated function, use the hash of the function it was instantiated from. llvm-svn: 325742
In certain combinations of templated classes and friend functions, the body of friend functions does not get propagated along with function signature. Exclude friend functions for hashing to avoid this case. llvm-svn: 322350