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

  /external/clang/lib/Frontend/
ASTMerge.cpp 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
31 return AdaptedAction->BeginSourceFileAction(CI, Filename);
FrontendAction.cpp 214 if (!BeginSourceFileAction(CI, InputFile))
250 if (!BeginSourceFileAction(CI, InputFile))
303 if (!BeginSourceFileAction(CI, InputFile))
307 // BeginSourceFileAction, which may change CurrentInput during module builds.
558 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI,
562 return WrappedAction->BeginSourceFileAction(CI, Filename);
FrontendActions.cpp 269 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 88 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
279 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;

Completed in 232 milliseconds