Skip to content

RoseAst::isSubTypeOf

determines based on VariantT whether a ROSE‐AST node is a subtype of another node type.

Synopsis

Declared in <src/midend/abstractLayer/RoseAst.h>

static
bool
isSubTypeOf(
    VariantT DerivedClassVariant,
    VariantT BaseClassVariant);

Created with MrDocs