Home
last modified time | relevance | path

Searched refs:getCurrentFile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp346 Reader->ReadAST(getCurrentFile(), in ExecuteAction()
730 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
732 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
743 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
889 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
900 CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
H A DFrontendAction.cpp1001 llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n"; in EndSourceFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h139 StringRef getCurrentFile() const { in getCurrentFile() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp1052 GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()