Searched defs:BeginSourceFileAction (Results 1 - 7 of 7) 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.cpp209 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, function in class:WrapperFrontendAction
534 return WrappedAction->BeginSourceFileAction(CI, Filename);
H A DFrontendActions.cpp243 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI, function in class:GenerateModuleAction
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp34 virtual bool BeginSourceFileAction(CompilerInstance &ci, StringRef filename) { function in class:__anon19543::TestASTFrontendAction
38 return ASTFrontendAction::BeginSourceFileAction(ci, filename);
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp87 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI, function in class:FixItAction
/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).
270 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp73 virtual bool BeginSourceFileAction(CompilerInstance &CI, function in class:clang::CommentHandlerVisitor::CommentHandlerAction

Completed in 713 milliseconds