reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Frontend/FrontendAction.h
  167   void setCurrentInput(const FrontendInputFile &CurrentInput,

References

tools/clang/lib/Frontend/ASTMerge.cpp
   28   AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit());
tools/clang/lib/Frontend/FrontendAction.cpp
  542   setCurrentInput(Input);
  616     setCurrentInput(Input, std::move(AST));
  652     setCurrentInput(Input, std::move(AST));
  923   setCurrentInput(FrontendInputFile());
 1011   setCurrentInput(FrontendInputFile());
 1066   WrappedAction->setCurrentInput(getCurrentInput());
 1070   setCurrentInput(WrappedAction->getCurrentInput());