Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp28 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
H A DFrontendAction.cpp1365 WrappedAction->setCurrentInput(getCurrentInput()); in BeginSourceFileAction()
1369 setCurrentInput(WrappedAction->getCurrentInput()); in BeginSourceFileAction()
H A DFrontendActions.cpp1102 auto &Input = getCurrentInput(); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h136 const FrontendInputFile &getCurrentInput() const { in getCurrentInput() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp282 auto &Input = getCurrentInput(); in BeginSourceFileAction()