Searched defs:TypeGuardStmt (Results 1 – 3 of 3) sorted by relevance
661 [&](const parser::TypeGuardStmt &) { eval.isNewBlock = true; }, in analyzeBranches()
2389 struct TypeGuardStmt { struct2394 TUPLE_CLASS_BOILERPLATE(TypeGuardStmt); argument2404 std::tuple<Statement<TypeGuardStmt>, Block> t; argument
1607 bool DeclTypeSpecVisitor::Pre(const parser::TypeGuardStmt &) { in Pre()1611 void DeclTypeSpecVisitor::Post(const parser::TypeGuardStmt &) { in Post()