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

/external/clang/lib/Frontend/
H A DASTMerge.cpp75 void ASTMergeAction::EndSourceFileAction() { function in class:ASTMergeAction
76 return AdaptedAction->EndSourceFileAction();
H A DFrontendAction.cpp464 EndSourceFileAction();
566 void WrapperFrontendAction::EndSourceFileAction() { function in class:WrapperFrontendAction
567 WrappedAction->EndSourceFileAction();
/external/clang/lib/Frontend/Rewrite/
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
281 void EndSourceFileAction() override;
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp582 void CodeGenAction::EndSourceFileAction() { function in class:CodeGenAction

Completed in 1852 milliseconds