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

  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 40 void EndSourceFileAction() override;
  /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;
FrontendActions.h 187 void EndSourceFileAction() override;
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 45 void EndSourceFileAction() override;
  /external/clang/include/clang/Tooling/
Tooling.h 116 /// \see clang::FrontendAction::EndSourceFileAction
352 void EndSourceFileAction() override {
355 clang::ASTFrontendAction::EndSourceFileAction();
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 82 virtual void EndSourceFileAction() {
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 102 void FixItAction::EndSourceFileAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 552 void CodeGenAction::EndSourceFileAction() {
  /external/clang/tools/libclang/
Indexing.cpp 441 void EndSourceFileAction() override {
    [all...]

Completed in 454 milliseconds