Member predicate PreprocessorBranchDirective::getNext
Gets the next #elif
, #elifdef
, #elifndef
, #else
or #endif
matching
this branching directive.
For example somePreprocessorBranchDirective.getIf().getNext()
gets
the second directive in the same construct as
somePreprocessorBranchDirective
.