Home
last modified time | relevance | path

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

/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/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