HomeSort by relevance Sort by last modified time
    Searched defs:EndSourceFileAction (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Frontend/
ASTMerge.cpp 77 void ASTMergeAction::EndSourceFileAction() {
78 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 434 EndSourceFileAction();
539 void WrapperFrontendAction::EndSourceFileAction() {
540 WrappedAction->EndSourceFileAction();
  /external/clang/include/clang/Frontend/
FrontendAction.h 72 /// ExecuteAction() and EndSourceFileAction() will not be called.
78 /// EndSourceFileAction() will not be called.
88 /// and EndSourceFileAction().
95 virtual void EndSourceFileAction() {}
272 void EndSourceFileAction() override;
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 102 void FixItAction::EndSourceFileAction() {
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 82 virtual void EndSourceFileAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 552 void CodeGenAction::EndSourceFileAction() {

Completed in 122 milliseconds