Searched refs:EndSourceFileAction (Results 1 - 10 of 10) 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.cpp351 EndSourceFileAction();
449 void WrapperFrontendAction::EndSourceFileAction() { function in class:WrapperFrontendAction
450 WrappedAction->EndSourceFileAction();
/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h40 virtual void EndSourceFileAction();
/external/clang/include/clang/Frontend/
H A DFrontendAction.h66 /// ExecutionAction() and EndSourceFileAction() will not be called.
73 /// EndSourceFileAction() will not be called.
83 /// BeginSourceFileAction() and \see EndSourceFileAction().
86 /// EndSourceFileAction - Callback at the end of processing a single input;
89 virtual void EndSourceFileAction() {} function in class:clang::FrontendAction
260 virtual void EndSourceFileAction();
H A DFrontendActions.h159 virtual void EndSourceFileAction();
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h45 virtual void EndSourceFileAction();
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp82 virtual void EndSourceFileAction() { function in class:clang::CommentHandlerVisitor::CommentHandlerAction
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp104 void FixItAction::EndSourceFileAction() { function in class:FixItAction
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp281 void CodeGenAction::EndSourceFileAction() { function in class:CodeGenAction
/external/clang/tools/libclang/
H A DIndexing.cpp199 virtual void EndSourceFileAction() { function in class:__anon4850::IndexingFrontendAction

Completed in 552 milliseconds