Searched refs:inDoConstruct (Results 1 – 1 of 1) sorted by relevance
889 bool inDoConstruct{MaybeGetDoConstruct(construct) != nullptr}; in StmtMatchesConstruct() local891 return inDoConstruct; // Unlabeled statements match all DO constructs in StmtMatchesConstruct()893 return stmtType == StmtType::EXIT || inDoConstruct; in StmtMatchesConstruct()