Skip to content

ASTtools::isIfDirectiveMiddle

Returns true if the info is an '#elif' or '#else'.

Synopsis

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

bool
isIfDirectiveMiddle(PreprocessingInfo const* info);

Return Value

true if the info is an '#elif' or '#else'.

Parameters

Name

Description

info

For preprocessing information including source comments, include , if, define, etc

Created with MrDocs