mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
This refactors SelfApplyExpr.getFunction() as MethodLookupExpr().getMethodRef(). This is simpler, because we are not hiding DeclRefExprs or reinventing hidden AST resolution.