Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp341 Reader->ReadAST(getCurrentFile(), in ExecuteAction()
701 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
703 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
714 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
856 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
867 CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
H A DFrontendAction.cpp979 llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n"; in EndSourceFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h139 StringRef getCurrentFile() const { in getCurrentFile() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp1010 GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()