Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp28 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
H A DFrontendAction.cpp1082 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()
1086 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
H A DFrontendActions.cpp849 auto &Input = getCurrentInput(); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h135 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp282 auto &Input = getCurrentInput(); in BeginSourceFileAction()