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 82 void ASTMergeAction::EndSourceFileAction() {
83 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 466 EndSourceFileAction();
567 void WrapperFrontendAction::EndSourceFileAction() {
568 WrappedAction->EndSourceFileAction();
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 103 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 640 void CodeGenAction::EndSourceFileAction() {
    [all...]

Completed in 60 milliseconds