Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendAction.h74 llvm::StringRef getCurrentFile() const { in getCurrentFile() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp386 Reader->ReadAST(getCurrentFile(), in ExecuteAction()
861 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
863 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
953 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
1100 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
1111 CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendAction.h139 StringRef getCurrentFile() const { in getCurrentFile() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h129 StringRef getCurrentFile() const { return CurrentFile; } in getCurrentFile() function
H A DClangTidyCheck.h417 StringRef getCurrentMainFile() const { return Context->getCurrentFile(); } in getCurrentMainFile()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp396 llvm::sys::path::parent_path(Context->getCurrentFile()), in IdentifierNamingCheck()