HomeSort by relevance Sort by last modified time
    Searched defs:InputFile (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Lex/
PPLexerChange.cpp 88 const llvm::MemoryBuffer *InputFile =
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
Lexer.cpp 117 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP)
122 InitLexer(InputFile->getBufferStart(), InputFile->getBufferStart(),
123 InputFile->getBufferEnd());
179 const llvm::MemoryBuffer *InputFile = SM.getBuffer(SpellingFID);
180 Lexer *L = new Lexer(SpellingFID, InputFile, PP);
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 91 std::string InputFile;
124 InputFile = "-";
192 Opts.InputFile = A->getValue(*Args);
268 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Opts.InputFile, BufferPtr)) {
270 Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;
  /frameworks/compile/slang/
llvm-rs-cc.cpp 305 const char *InputFile,
321 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
324 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
438 const char *InputFile = Inputs[i];
440 DetermineOutputFile(Opts.mOutputDir, InputFile,
450 InputFile,
458 InputFile,
465 IOFiles.push_back(std::make_pair(InputFile, OutputFile));
slang_rs.cpp 284 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile;
313 InputFile = IOFileIter->first;
318 if (!setInputSource(InputFile))
383 if (!checkODR(InputFile))

Completed in 908 milliseconds