Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp352 Reader->ReadAST(getCurrentFile(),
849 << getCurrentFile(); in ExecuteAction()
862 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
864 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
966 getCurrentFile(), FileMgr, CI.getModuleCache(), in ExecuteAction()
1115 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
1126 CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h139 StringRef getCurrentFile() const { in getCurrentFile() function