Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp324 Reader->ReadAST(getCurrentFile(), in ExecuteAction()
825 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
827 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
931 getCurrentFile(), FileMgr, CI.getModuleCache(), in ExecuteAction()
1079 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
1090 CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h139 StringRef getCurrentFile() const { in getCurrentFile() function