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

  /external/clang/lib/Frontend/
ASTMerge.cpp 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
31 return AdaptedAction->BeginSourceFileAction(CI, Filename);
FrontendAction.cpp 232 if (!BeginSourceFileAction(CI, InputFile))
268 if (!BeginSourceFileAction(CI, InputFile))
321 if (!BeginSourceFileAction(CI, InputFile))
325 // BeginSourceFileAction, which may change CurrentInput during module builds.
576 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI,
580 auto Ret = WrappedAction->BeginSourceFileAction(CI, Filename);
581 // BeginSourceFileAction may change CurrentInput, e.g. during module builds.
FrontendActions.cpp 267 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 89 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
  /external/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 69 /// before BeginSourceFileAction is called.
71 /// \return True on success; on failure BeginSourceFileAction(),
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
87 /// This is guaranteed to only be called between BeginSourceFileAction()
94 /// BeginSourceFileAction (and BeginSourceFile).
102 /// BeginSourceFileAction (and BeginSourceFile).
292 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override;

Completed in 154 milliseconds