Function ASTtools::isFuncNamePrefix#
Defined in File ASTtools.hh
Function Documentation#
-
bool ASTtools::isFuncNamePrefix(const SgFunctionDeclaration *func, const std::string &target_prefix)#
Returns true iff the function’s unqualified name begins with the target prefix.