Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h135 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1216 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()
1220 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
H A DFrontendActions.cpp1073 auto &Input = getCurrentInput(); in ExecuteAction()