Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp368 Reader->ReadAST(getCurrentFile(), in ExecuteAction()
752 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
754 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
765 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
911 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
922 CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
H A DFrontendAction.cpp1001 llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n"; in EndSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h139 StringRef getCurrentFile() const { in getCurrentFile() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1054 GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()