Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMTActions.cpp18 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
32 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
42 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp29 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
H A DFrontendAction.cpp1057 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()
1061 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
H A DFrontendActions.cpp817 auto &Input = getCurrentInput(); in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h135 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp278 auto &Input = getCurrentInput(); in BeginSourceFileAction()