Searched refs:isPackageFile (Results 1 – 7 of 7) sorted by relevance
166 if (mod.isPackageFile) in load()210 if (mod && mod.isPackageFile) in load()
79 bool isPackageFile; // if it is a package.d variable
359 bool isPackageFile; // if it is a package.d variable806 isPackageFile = (strcmp(srcfile.name(), package_d) == 0 || in parseModule()1033 if (isPackageFile) in parseModule()1094 if (isPackageFile) in parseModule()
2485 pkg = mod.isPackageFile ? mod.pkg : sym.isPackage(); in resolveIsPackage()
123 assert(mod->isPackageFile == (p->isPkgMod == PKGmodule)); in load()124 if (mod->isPackageFile) in load()
57 isPackageFile = false; in Module()349 isPackageFile = (strcmp(srcfile->name->name(), "package.d") == 0 || in parse()580 if (isPackageFile) in parse()631 if (pkg->isPkgMod == PKGunknown && isPackageFile) in parse()
78 bool isPackageFile; // if it is a package.d variable