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

/external/clang/lib/Frontend/
H A DASTMerge.cpp79 void ASTMergeAction::EndSourceFileAction() { function in class:ASTMergeAction
80 return AdaptedAction->EndSourceFileAction();
H A DFrontendAction.cpp399 EndSourceFileAction();
503 void WrapperFrontendAction::EndSourceFileAction() { function in class:WrapperFrontendAction
504 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
274 virtual void EndSourceFileAction();
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp82 virtual void EndSourceFileAction() { function in class:clang::CommentHandlerVisitor::CommentHandlerAction
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp300 void CodeGenAction::EndSourceFileAction() { function in class:CodeGenAction
/external/clang/tools/libclang/
H A DIndexing.cpp448 virtual void EndSourceFileAction() { function in class:__anon17577::IndexingFrontendAction

Completed in 93 milliseconds