Searched refs:getCurrentInput (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ARCMTActions.cpp | 17 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 D | FrontendAction.cpp | 84 getCurrentInput().getMustBePreprocessed())) { in beginSourceFile() 92 invoc.getFortranOpts().isFixedForm = getCurrentInput().getIsFixedForm(); in beginSourceFile() 138 parserOptions.isFixedForm = getCurrentInput().getIsFixedForm(); in runPrescan()
|
| H A D | FrontendActions.cpp | 87 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 D | FrontendAction.h | 72 const FrontendInputFile &getCurrentInput() const { return currentInput; } in getCurrentInput() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTMerge.cpp | 28 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
|
| H A D | FrontendAction.cpp | 1168 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction() 1172 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
|
| H A D | FrontendActions.cpp | 1059 auto &Input = getCurrentInput(); in ExecuteAction()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | FrontendAction.h | 135 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 282 auto &Input = getCurrentInput(); in BeginSourceFileAction()
|