Searched defs:InactiveCode (Results 1 – 3 of 3) sorted by relevance
11 d: &hir::InactiveCode, in inactive_code()
119 pub struct InactiveCode { struct120 pub node: InFile<SyntaxNodePtr>,121 pub cfg: CfgExpr,122 pub opts: CfgOptions,
108 InactiveCode { node: InFile<SyntaxNodePtr>, cfg: CfgExpr, opts: CfgOptions }, enumerator