Searched refs:varDeclModule (Results 1 – 1 of 1) sorted by relevance
1719 Module varDeclModule = varDecl.getModule(); //This can be null in typeSemantic() local1723 if ((varDeclModule !is null) && varDeclModule != sc._module) // variable is imported in typeSemantic()1725 const(Loc) varDeclModuleImportLoc = varDeclModule.getLoc(); in typeSemantic()1730 varDeclModule.toPrettyChars, in typeSemantic()