HomeSort by: relevance | last modified time | path
    Searched refs:getCurrentFile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 67 /// getCurrentFile().
139 StringRef getCurrentFile() const {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 346 Reader->ReadAST(getCurrentFile(),
730 Out << "Information for module file '" << getCurrentFile() << "':\n";
732 auto Buffer = FileMgr.getBufferForFile(getCurrentFile());
743 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(),
889 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile());
900 CI.createDefaultOutputFile(false, getCurrentFile());
FrontendAction.cpp 1001 llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n";
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 1052 GetOutputStream(CI, getCurrentFile(), BA);

Completed in 46 milliseconds