CodeQL library for C/C++
codeql/cpp-all 4.0.1 (changelog, source)
Search

Predicate getParameterTypeWithoutTemplateArguments

Gets a type name for the n’th parameter of f without any template arguments. The result may be a string representing a type for which the typedefs have been resolved.

Import path

import semmle.code.cpp.dataflow.ExternalFlow
string getParameterTypeWithoutTemplateArguments(Function f, int n)