Searched refs:mayFollow (Results 1 – 1 of 1) sorted by relevance
717 bool mayFollow = emitStatementList(); in emitScope() local724 return mayFollow; in emitScope()902 bool mayFollow = emitStatementList(); in emitTry() local906 return mayFollow; in emitTry()911 bool mayFollow = false; in emitCatch() local915 mayFollow |= emitStatementList(); in emitCatch()920 return mayFollow; in emitCatch()926 bool mayFollow = emitStatementList(); in emitFinally() local930 return mayFollow; in emitFinally()944 bool mayFollow = emitTry(); in emitTryCatchFinally() local[all …]