Searched refs:typeGuardStmt (Results 1 – 1 of 1) sorted by relevance
37 const parser::TypeGuardStmt &typeGuardStmt{stmt.statement}; in AddTypeCase() local38 const auto &guard{std::get<parser::TypeGuardStmt::Guard>(typeGuardStmt.t)}; in AddTypeCase()76 const parser::TypeGuardStmt &typeGuardStmt{stmt.statement}; in PassesChecksOnGuard() local77 const auto &guard{std::get<parser::TypeGuardStmt::Guard>(typeGuardStmt.t)}; in PassesChecksOnGuard()186 const parser::TypeGuardStmt &typeGuardStmt{stmt.statement}; in GetGuardFromStmt() local187 return std::get<parser::TypeGuardStmt::Guard>(typeGuardStmt.t); in GetGuardFromStmt()