Home
last modified time | relevance | path

Searched refs:varDeclModule (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d1719 Module varDeclModule = varDecl.getModule(); //This can be null in typeSemantic() local
1723 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()