Searched refs:getCurrentInput (Results 1 – 4 of 4) sorted by relevance
18 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()
29 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
578 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()582 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
130 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function