Skip to content

SageBuilder::buildConstructorInitializer

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgConstructorInitializer*
buildConstructorInitializer(
    SgMemberFunctionDeclaration* declaration,
    SgExprListExp* args,
    SgType* expression_type,
    bool need_name,
    bool need_qualifier,
    bool need_parenthesis_after_name,
    bool associated_class_unknown);

Created with MrDocs