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