HomeSort by relevance Sort by last modified time
    Searched refs:BeginSourceFileAction (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Rewrite/
FrontendActions.h 37 virtual bool BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/include/clang/Frontend/
FrontendAction.h 63 /// before BeginSourceFileAction is called.
65 /// \return True on success; on failure \see BeginSourceFileAction() and
69 /// BeginSourceFileAction - Callback at the start of processing a single
74 virtual bool BeginSourceFileAction(CompilerInstance &CI,
83 /// BeginSourceFileAction() and \see EndSourceFileAction().
88 /// BeginSourceFileAction (and BeginSourceFile).
257 virtual bool BeginSourceFileAction(CompilerInstance &CI,
FrontendActions.h 108 virtual bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename);
149 virtual bool BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/lib/Frontend/
ASTMerge.cpp 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
31 return AdaptedAction->BeginSourceFileAction(CI, Filename);
FrontendAction.cpp 193 if (!BeginSourceFileAction(CI, Input.File))
219 if (!BeginSourceFileAction(CI, Input.File))
233 if (!BeginSourceFileAction(CI, Input.File))
434 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI,
438 return WrappedAction->BeginSourceFileAction(CI, Filename);
FrontendActions.cpp 203 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/lib/Rewrite/
FrontendActions.cpp 89 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,

Completed in 138 milliseconds