Skip to content

BooleanQuery::isContainedInSubtreeOfType

checks chain of parents from current node to root of AST for node of targetVariant.

Synopsis

Declared in <src/midend/astQuery/booleanQuery.h>

static
bool
isContainedInSubtreeOfType(
    SgNode* astNode,
    VariantT targetNodeVariant);

Parameters

Name

Description

astNode

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs