Searched refs:RETURN_IF_SET (Results 1 – 1 of 1) sorted by relevance
520 #define RETURN_IF_SET(x) \ in SuffixCommentTreeWalk() macro525 RETURN_IF_SET(SuffixCommentTreeWalk(accessor->subscript())); in SuffixCommentTreeWalk()526 RETURN_IF_SET(SuffixCommentTreeWalk(accessor->member())); in SuffixCommentTreeWalk()528 RETURN_IF_SET(SuffixCommentTreeWalk(binop->right())); in SuffixCommentTreeWalk()530 RETURN_IF_SET(SuffixCommentTreeWalk(block->End())); in SuffixCommentTreeWalk()532 RETURN_IF_SET(SuffixCommentTreeWalk(condition->if_false())); in SuffixCommentTreeWalk()533 RETURN_IF_SET(SuffixCommentTreeWalk(condition->if_true())); in SuffixCommentTreeWalk()534 RETURN_IF_SET(SuffixCommentTreeWalk(condition->condition())); in SuffixCommentTreeWalk()536 RETURN_IF_SET(SuffixCommentTreeWalk(func_call->block())); in SuffixCommentTreeWalk()537 RETURN_IF_SET(SuffixCommentTreeWalk(func_call->args())); in SuffixCommentTreeWalk()[all …]