Searched defs:LabelBlock (Results 1 – 2 of 2) sorted by relevance
540 struct LabelBlock : AstNode { struct542 LabelBlock(SourcePosition pos, const std::string& label, in LabelBlock() argument556 std::vector<LabelBlock*> label_blocks) in TryLabelStatement() argument
2322 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local