Home | History | Annotate | Download | only in dmd

Lines Matching refs:fbody

262     Statement fbody;                    /// function body
393 f.fbody = fbody ? fbody.syntaxCopy() : null;
1252 return (visibility.kind == Visibility.Kind.export_) && !fbody;
1296 if (!fbody)
2215 * fbody.dsymbolSemantic() running, vresult.type might be modified.
2494 fd.fbody = frequire;
2537 fd.fbody = fensure;
3765 fbody.accept(w);
4149 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, Identifier id, Statement fbody)
4153 this.fbody = fbody;