Home
last modified time | relevance | path

Searched refs:getCurrentInput (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMTActions.cpp17 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp84 getCurrentInput().getMustBePreprocessed())) { in beginSourceFile()
92 invoc.getFortranOpts().isFixedForm = getCurrentInput().getIsFixedForm(); in beginSourceFile()
138 parserOptions.isFixedForm = getCurrentInput().getIsFixedForm(); in runPrescan()
H A DFrontendActions.cpp87 if (this->getCurrentInput().getKind().getLanguage() == Language::LLVM_IR) { in beginSourceFileAction()
89 llvmModule = llvm::parseIRFile(getCurrentInput().getFile(), err, *llvmCtx); in beginSourceFileAction()
110 if (this->getCurrentInput().getKind().getLanguage() == Language::MLIR) { in beginSourceFileAction()
113 llvm::MemoryBuffer::getFileOrSTDIN(getCurrentInput().getFile()); in beginSourceFileAction()
130 if (getCurrentInput().getKind().getLanguage() != Language::Fortran) { in beginSourceFileAction()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendAction.h72 const FrontendInputFile &getCurrentInput() const { return currentInput; } in getCurrentInput() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTMerge.cpp28 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
H A DFrontendAction.cpp1168 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()
1172 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
H A DFrontendActions.cpp1059 auto &Input = getCurrentInput(); in ExecuteAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendAction.h135 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp282 auto &Input = getCurrentInput(); in BeginSourceFileAction()