Files
codeql/cpp/ql/test/library-tests/members/this/this.ql
2020-06-26 15:35:55 +01:00

7 lines
132 B
Plaintext

import cpp
query predicate thisExprType(ThisExpr e, Type t) { t = e.getType() }
from MemberFunction f
select f, f.getTypeOfThis()