Member predicate PreprocessorBranchDirective::getIf
Gets the #if
, #ifdef
or #ifndef
directive which matches this
branching directive.
If this branch directive was unbalanced, then there will be no
result. Conversely, if the branch matches different #if
directives
in different translation units, then there can be more than one
result.