SageInterface::findFunctionType
Find the function type matching a function signature plus a given return type
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgFunctionType*
findFunctionType(
SgType* return_type,
SgFunctionParameterTypeList* typeList);
Return Value
This class represents a type for all functions.
Parameters
Name |
Description |
return_type |
This class represents the base class for all types. |
Created with MrDocs