Searched refs:sourceConstruct (Results 1 – 1 of 1) sorted by relevance
375 auto *sourceConstruct = sourceEvaluation.parentConstruct; in markBranchTarget() local382 while (sourceConstruct && sourceConstruct != targetConstruct) in markBranchTarget()383 sourceConstruct = sourceConstruct->parentConstruct; in markBranchTarget()384 if (sourceConstruct != targetConstruct) in markBranchTarget()