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

/external/clang/lib/Frontend/
H A DASTMerge.cpp82 void ASTMergeAction::EndSourceFileAction() { function in class:ASTMergeAction
83 return AdaptedAction->EndSourceFileAction();
H A DFrontendAction.cpp484 EndSourceFileAction();
588 void WrapperFrontendAction::EndSourceFileAction() { function in class:WrapperFrontendAction
589 WrappedAction->EndSourceFileAction();
/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp104 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
294 void EndSourceFileAction() override;
/external/clang/lib/Index/
H A DIndexingAction.cpp103 void EndSourceFileAction() override {
104 FrontendAction::EndSourceFileAction();
122 void EndSourceFileAction() override;
127 void WrappingIndexAction::EndSourceFileAction() { function in class:WrappingIndexAction
129 WrapperFrontendAction::EndSourceFileAction();
/external/v8/tools/clang/translation_unit/
H A DTranslationUnitGenerator.cpp216 void EndSourceFileAction() override;
251 void CompilationIndexerAction::EndSourceFileAction() { function in class:__anon28015::CompilationIndexerAction
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp672 void CodeGenAction::EndSourceFileAction() { function in class:CodeGenAction

Completed in 2132 milliseconds