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

  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 37 bool BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/lib/Frontend/
ASTMerge.cpp 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
31 return AdaptedAction->BeginSourceFileAction(CI, Filename);
FrontendAction.cpp 209 if (!BeginSourceFileAction(CI, InputFile))
245 if (!BeginSourceFileAction(CI, InputFile))
295 if (!BeginSourceFileAction(CI, InputFile))
299 // BeginSourceFileAction, which may change CurrentInput during module builds.
530 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI,
534 return WrappedAction->BeginSourceFileAction(CI, Filename);
FrontendActions.cpp 243 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 34 virtual bool BeginSourceFileAction(CompilerInstance &ci, StringRef filename) {
38 return ASTFrontendAction::BeginSourceFileAction(ci, filename);
  /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).
270 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
FrontendActions.h 116 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
183 bool BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/include/clang/Tooling/
Tooling.h 110 /// \see clang::FrontendAction::BeginSourceFileAction
344 bool BeginSourceFileAction(CompilerInstance &CI,
346 if (!clang::ASTFrontendAction::BeginSourceFileAction(CI, Filename))
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 73 virtual bool BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 87 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/tools/clang-check/
ClangCheck.cpp 133 bool BeginSourceFileAction(clang::CompilerInstance& CI,

Completed in 5165 milliseconds