C++: Move mayBeFromImplicitlyDeclaredFunction to Call

This commit is contained in:
Calum Grant
2024-10-18 15:56:08 +01:00
parent 419780591a
commit 0fcabc4e61
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import cpp
from Expr e
where e.mayBeFromImplicitlyDeclaredFunction()
select e
from Call c
where c.mayBeFromImplicitlyDeclaredFunction()
select c