Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/ARCMigrate/
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()
/external/clang/lib/ARCMigrate/
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()
/external/llvm-project/clang/lib/Frontend/
DASTMerge.cpp28 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
DFrontendAction.cpp1080 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()
1084 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
DFrontendActions.cpp850 auto &Input = getCurrentInput(); in ExecuteAction()
/external/clang/lib/Frontend/
DASTMerge.cpp29 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
DFrontendAction.cpp578 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()
582 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
/external/clang/include/clang/Frontend/
DFrontendAction.h130 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h135 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp282 auto &Input = getCurrentInput(); in BeginSourceFileAction()