Lines Matching refs:Array
20 template <typename TYPE> struct Array;
145 … Array<const char *> *modFileAliasStrings; // array of char*'s of -I module filename alias strings
146 Array<const char *> *imppath; // array of char*'s of where to look for import modules
147 Array<const char *> *fileImppath; // array of char*'s of where to look for file import modules
155 Array<const char *> *ddocfiles; // macro include files for Ddoc
166 Array<const char *> *debugids; // debug identifiers
169 Array<const char *> *versionids; // version identifiers
190 Array<const char *> *objfiles;
191 Array<const char *> *linkswitches;
192 Array<const char *> *libfiles;
193 Array<const char *> *dllfiles;
222 Array<const char *> *path; // Array of char*'s which form the import lookup path
223 Array<const char *> *filePath; // Array of char*'s which form the file import lookup path