Searched refs:setCurrentInput (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp122 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput, function in class:FrontendAction
166 setCurrentInput(Input);
189 setCurrentInput(Input, AST);
359 setCurrentInput(FrontendInputFile());
445 setCurrentInput(FrontendInputFile());
496 WrappedAction->setCurrentInput(getCurrentInput());
H A DASTMerge.cpp29 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit());
H A DFrontendActions.cpp272 setCurrentInput(FrontendInputFile(InputBuffer, getCurrentFileKind(),
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h153 void setCurrentInput(const FrontendInputFile &CurrentInput, ASTUnit *AST = 0);

Completed in 106 milliseconds