Home | History | Annotate | Download | only in slang

Lines Matching defs:File

5  * you may not use this file except in compliance with the License.
173 // Default only search header file in current dir
294 const clang::FileEntry *File = mFileMgr->getFile(InputFile);
295 if (File) {
296 mSourceMgr->setMainFileID(mSourceMgr->createFileID(File,
360 // Initialize options for generating dependency file
380 // Inform the diagnostic client we are processing a source file
383 // Go through the source file (no operations necessary)
415 // Inform the diagnostic client we are processing a source file
421 // Inform the diagnostic client we are done with previous source file
546 bool Slang::IsRSHeaderFile(const char *File) {
548 if (::strcmp(File, #name "." RS_HEADER_SUFFIX) == 0) \
629 // a single pass over the input file.
666 // the 32-bit bitcode file, and doesn't actually verify it already exists.