SageInterface::isEquivalentFunctionType
Test if two types are equivalent SgFunctionType nodes. This is necessary for template function types They may differ in one SgTemplateType pointer but identical otherwise.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
isEquivalentFunctionType(
SgFunctionType const* lhs,
SgFunctionType const* rhs);
Parameters
Name |
Description |
lhs |
This class represents a type for all functions. |
rhs |
This class represents a type for all functions. |
Created with MrDocs