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

  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 171 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile());
179 raw_ostream *OS = CI.createDefaultOutputFile(false, getCurrentFile());
187 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile());
  /external/clang/include/clang/Frontend/
FrontendAction.h 61 /// getCurrentFile().
134 const StringRef getCurrentFile() const {
  /external/clang/lib/Frontend/
FrontendActions.cpp 439 Out << "Information for module file '" << getCurrentFile() << "':\n";
441 ASTReader::readASTFileControlBlock(getCurrentFile(),
489 CI.createDefaultOutputFile(true, getCurrentFile());
552 raw_ostream *OS = CI.createDefaultOutputFile(BinaryMode, getCurrentFile());
583 = CI.getFileManager().getBufferForFile(getCurrentFile());
FrontendAction.cpp 424 llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n";
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 387 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
401 getCurrentFile());

Completed in 1266 milliseconds