ASTtools::isExternC
Returns 'true' iff the given function is declared 'extern "C"'.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isExternC(SgFunctionDeclaration const* func);
Return Value
'true' iff the given function is declared 'extern "C"'.
Parameters
Name |
Description |
func |
This class represents the concept of a function declaration statement. |
Created with MrDocs