Searched refs:BeginSourceFileAction (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Frontend/
H A DASTMerge.cpp24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, function in class:ASTMergeAction
31 return AdaptedAction->BeginSourceFileAction(CI, Filename);
H A DFrontendAction.cpp232 if (!BeginSourceFileAction(CI, InputFile))
268 if (!BeginSourceFileAction(CI, InputFile))
321 if (!BeginSourceFileAction(CI, InputFile))
325 // BeginSourceFileAction, which may change CurrentInput during module builds.
576 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, function in class:WrapperFrontendAction
580 auto Ret = WrappedAction->BeginSourceFileAction(CI, Filename);
581 // BeginSourceFileAction may change CurrentInput, e.g. during module builds.
H A DFrontendActions.cpp267 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI, function in class:GenerateModuleAction
/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h37 bool BeginSourceFileAction(CompilerInstance &CI,
/external/clang/include/clang/Frontend/
H A DFrontendAction.h69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI, function in class:clang::FrontendAction
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
H A DFrontendActions.h114 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
181 bool BeginSourceFileAction(CompilerInstance &CI,
/external/clang/include/clang/Tooling/
H A DTooling.h116 /// \see clang::FrontendAction::BeginSourceFileAction
389 bool BeginSourceFileAction(CompilerInstance &CI,
391 if (!clang::ASTFrontendAction::BeginSourceFileAction(CI, Filename))
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp38 bool BeginSourceFileAction(CompilerInstance &ci,
43 return ASTFrontendAction::BeginSourceFileAction(ci, filename);
/external/clang/tools/clang-check/
H A DClangCheck.cpp127 bool BeginSourceFileAction(clang::CompilerInstance& CI,
/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp89 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI, function in class:FixItAction
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp73 bool BeginSourceFileAction(CompilerInstance &CI,

Completed in 742 milliseconds