mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
import cpp
|
|
|
|
query predicate thisExprType(ThisExpr e, Type t) { t = e.getType() }
|
|
|
|
from MemberFunction f
|
|
select f, f.getTypeOfThis()
|