Searched defs:BeginSourceFileAction (Results 1 - 5 of 5) 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/lib/Frontend/Rewrite/
H A DFrontendActions.cpp89 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).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;

Completed in 200 milliseconds