Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp176 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); in ExecuteAction()
184 raw_ostream *OS = CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
192 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); in ExecuteAction()
/external/clang/lib/Frontend/
DFrontendActions.cpp440 Reader->ReadAST(getCurrentFile(), in ExecuteAction()
606 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
609 getCurrentFile(), getCompilerInstance().getFileManager(), in ExecuteAction()
650 raw_pwrite_stream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); in ExecuteAction()
715 raw_ostream *OS = CI.createDefaultOutputFile(BinaryMode, getCurrentFile()); in ExecuteAction()
747 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
DFrontendAction.cpp501 llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n"; in EndSourceFile()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp352 Reader->ReadAST(getCurrentFile(), in ExecuteAction()
736 Out << "Information for module file '" << getCurrentFile() << "':\n"; in ExecuteAction()
738 auto Buffer = FileMgr.getBufferForFile(getCurrentFile()); in ExecuteAction()
749 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
889 auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile()); in ExecuteAction()
900 CI.createDefaultOutputFile(false, getCurrentFile()); in ExecuteAction()
DFrontendAction.cpp999 llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n"; in EndSourceFile()
/external/clang/include/clang/Frontend/
DFrontendAction.h134 const StringRef getCurrentFile() const { in getCurrentFile() function
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h139 StringRef getCurrentFile() const { in getCurrentFile() function
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h116 StringRef getCurrentFile() const { return CurrentFile; } in getCurrentFile() function
DClangTidyCheck.h511 StringRef getCurrentMainFile() const { return Context->getCurrentFile(); } in getCurrentMainFile()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIdentifierNamingCheck.cpp178 llvm::sys::path::parent_path(Context->getCurrentFile()), in IdentifierNamingCheck()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp789 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp1088 GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()