Call to function
Author: LGTM
import cpp
from FunctionCall call, Function fcn
where
call.getTarget() = fcn and
fcn.getDeclaringType().getSimpleName() = 'map' and
fcn.getDeclaringType().getNamespace().getName() = 'std' and
fcn.hasName('find')
select call
Description
Finds calls to `std::map<...>::find()`