Skip to content

ASTtools::isFuncNamePrefix

Returns true iff the function's unqualified name begins with the target prefix.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

bool
isFuncNamePrefix(
    SgFunctionDeclaration const* func,
    std::string const& target_prefix);

Parameters

Name

Description

func

This class represents the concept of a function declaration statement.

Created with MrDocs