Lines Matching refs:ModuleInfo
971 foreach (m; ModuleInfo) in find()
1439 struct ModuleInfo
1447 void opAssign(in ModuleInfo m) { _flags = m._flags; _index = m._index; } in version()
1466 void* p = cast(void*)&this + ModuleInfo.sizeof;
1560 @property immutable(ModuleInfo*)[] importedModules() nothrow pure @nogc in immutable() argument
1565 return (cast(immutable(ModuleInfo*)*)(p + 1))[0 .. *p]; in immutable()
1592 static int opApply(scope int delegate(ModuleInfo*) dg) in opApply()
1596 … int function(scope int delegate(immutable(ModuleInfo*)))); in opApply()
1599 (immutable(ModuleInfo*)m) => dg(cast(ModuleInfo*)m)); in opApply()
1605 ModuleInfo* m1;
1606 foreach (m; ModuleInfo) in foreach() argument