Searched defs:CodeBlock (Results 1 – 3 of 3) sorted by relevance
37 CodeBlock { enumerator
18 CodeBlock((String, u32)), // (String: block of code, u32: line number of code block start) enumerator
182 type CodeBlock = | ExceptionBlock | LabeledBlock | SwitchBlock | LoopBlock | WithBlock; alias