Current EntityGetter does not create entities for static functions. But CallGraph represents functions with Entities uniquely. Static functions should also appear in the call graph. So could EntityGetter also create entities for static functions. This should not do any harm to other parts of clang. -Zhongxing