Files
codeql/cpp/ql/test/library-tests/templates/functions/functions.ql
2018-08-02 17:53:23 +01:00

8 lines
126 B
Plaintext

import cpp
from Type t, Function f, Expr e
where t = f.getDeclaringType()
and f = e.getEnclosingFunction()
select t, f, e