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

  /external/clang/include/clang/Rewrite/
FrontendActions.h 40 virtual void EndSourceFileAction();
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 44 virtual void EndSourceFileAction();
  /external/clang/include/clang/Frontend/
FrontendAction.h 86 /// ExecutionAction() and EndSourceFileAction() will not be called.
93 /// EndSourceFileAction() will not be called.
103 /// BeginSourceFileAction() and \see EndSourceFileAction().
106 /// EndSourceFileAction - Callback at the end of processing a single input;
109 virtual void EndSourceFileAction() {}
280 virtual void EndSourceFileAction();
FrontendActions.h 123 virtual void EndSourceFileAction();
  /external/clang/lib/Frontend/
ASTMerge.cpp 78 void ASTMergeAction::EndSourceFileAction() {
79 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 308 EndSourceFileAction();
403 void WrapperFrontendAction::EndSourceFileAction() {
404 WrappedAction->EndSourceFileAction();
  /external/clang/lib/Rewrite/
FrontendActions.cpp 84 void FixItAction::EndSourceFileAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 243 void CodeGenAction::EndSourceFileAction() {

Completed in 107 milliseconds