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

  /external/clang/lib/Frontend/
ASTMerge.cpp 75 void ASTMergeAction::EndSourceFileAction() {
76 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 464 EndSourceFileAction();
566 void WrapperFrontendAction::EndSourceFileAction() {
567 WrappedAction->EndSourceFileAction();
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 102 void FixItAction::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() {}
281 void EndSourceFileAction() override;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 582 void CodeGenAction::EndSourceFileAction() {

Completed in 533 milliseconds