Searched defs:EndSourceFileAction (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
H A DASTMerge.cpp77 void ASTMergeAction::EndSourceFileAction() { function in class:ASTMergeAction
78 return AdaptedAction->EndSourceFileAction();
H A DFrontendAction.cpp434 EndSourceFileAction();
539 void WrapperFrontendAction::EndSourceFileAction() { function in class:WrapperFrontendAction
540 WrappedAction->EndSourceFileAction();
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp102 void FixItAction::EndSourceFileAction() { function in class:FixItAction
/external/clang/include/clang/Frontend/
H A DFrontendAction.h72 /// ExecuteAction() and EndSourceFileAction() will not be called.
78 /// EndSourceFileAction() will not be called.
88 /// and EndSourceFileAction().
95 virtual void EndSourceFileAction() {} function in class:clang::FrontendAction
272 void EndSourceFileAction() override;
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp82 virtual void EndSourceFileAction() { function in class:clang::CommentHandlerVisitor::CommentHandlerAction
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp552 void CodeGenAction::EndSourceFileAction() { function in class:CodeGenAction

Completed in 224 milliseconds