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 84 /// ExecutionAction() and EndSourceFileAction() will not be called.
91 /// EndSourceFileAction() will not be called.
101 /// BeginSourceFileAction() and \see EndSourceFileAction().
104 /// EndSourceFileAction - Callback at the end of processing a single input;
107 virtual void EndSourceFileAction() {}
277 virtual void EndSourceFileAction();
FrontendActions.h 129 virtual void EndSourceFileAction();
  /external/clang/lib/Frontend/
ASTMerge.cpp 78 void ASTMergeAction::EndSourceFileAction() {
79 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 309 EndSourceFileAction();
404 void WrapperFrontendAction::EndSourceFileAction() {
405 WrappedAction->EndSourceFileAction();
  /external/clang/lib/Rewrite/
FrontendActions.cpp 84 void FixItAction::EndSourceFileAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 252 void CodeGenAction::EndSourceFileAction() {

Completed in 320 milliseconds