ASTtools::isIfDirectiveBegin
Returns true if the info is an '#if', '#ifdef', or '#ifndef'.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/PreprocessingInfo.hh>
bool
isIfDirectiveBegin(PreprocessingInfo const* info);
Return Value
true if the info is an '#if', '#ifdef', or '#ifndef'.
Parameters
Name |
Description |
info |
For preprocessing information including source comments, include , if, define, etc |
Created with MrDocs