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

  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 68 void ExecuteAction() override;
73 void ExecuteAction() override;
78 void ExecuteAction() override;
  /external/clang/include/clang/Frontend/
FrontendActions.h 27 void ExecuteAction() override;
144 void ExecuteAction() override;
158 void ExecuteAction() override;
186 void ExecuteAction() override;
202 void ExecuteAction() override;
216 void ExecuteAction() override;
221 void ExecuteAction() override;
226 void ExecuteAction() override;
231 void ExecuteAction() override;
236 void ExecuteAction() override
    [all...]
FrontendAction.h 72 /// ExecuteAction() and EndSourceFileAction() will not be called.
89 virtual void ExecuteAction() = 0;
217 /// \brief Implement the ExecuteAction interface by running Sema on
222 void ExecuteAction() override;
271 void ExecuteAction() override;
CompilerInstance.h 165 /// ExecuteAction - Execute the provided action against the compiler's
195 bool ExecuteAction(FrontendAction &Act);
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 31 virtual void ExecuteAction() {
35 return ASTFrontendAction::ExecuteAction();
61 return Compiler.ExecuteAction(Action);
  /external/clang/lib/Frontend/
ASTMerge.cpp 34 void ASTMergeAction::ExecuteAction() {
73 AdaptedAction->ExecuteAction();
FrontendActions.cpp 41 void InitOnlyAction::ExecuteAction() {
381 void VerifyPCHAction::ExecuteAction() {
525 void DumpModuleInfoAction::ExecuteAction() {
547 void DumpRawTokensAction::ExecuteAction() {
565 void DumpTokensAction::ExecuteAction() {
577 void GeneratePTHAction::ExecuteAction() {
592 void PreprocessOnlyAction::ExecuteAction() {
606 void PrintPreprocessedAction::ExecuteAction() {
656 void PrintPreambleAction::ExecuteAction() {
FrontendAction.cpp 411 ExecuteAction();
413 else ExecuteAction();
492 void ASTFrontendAction::ExecuteAction() {
536 void WrapperFrontendAction::ExecuteAction() {
537 WrappedAction->ExecuteAction();
CompilerInstance.cpp 767 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
    [all...]
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 78 ASSERT_TRUE(compiler.ExecuteAction(test_action));
97 ASSERT_TRUE(compiler.ExecuteAction(test_action));
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 43 void ExecuteAction() override;
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Notify.cpp 128 if (!ExecuteAction(eAAT,action,bExit)) return FALSE;
167 FX_BOOL CFFL_Notify::ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit)
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_action_view_controller.h 72 bool ExecuteAction(ExtensionPopup::ShowAction show_action,
extension_action_view_controller.cc 62 ExecuteAction(ExtensionPopup::SHOW_AND_INSPECT, true);
66 ExecuteAction(ExtensionPopup::SHOW, true);
69 bool ExtensionActionViewController::ExecuteAction(
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_Notify.h 46 FX_BOOL ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit);
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 169 void RewriteMacrosAction::ExecuteAction() {
177 void RewriteTestAction::ExecuteAction() {
185 void RewriteIncludesAction::ExecuteAction() {
  /external/clang/examples/clang-interpreter/
main.cpp 145 if (!Clang.ExecuteAction(*Act))
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 80 if (!c.ExecuteAction(act))
131 if (!c.ExecuteAction(act))
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 80 if (!c.ExecuteAction(act))
131 if (!c.ExecuteAction(act))
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 240 bool Success = Clang->ExecuteAction(*Act);
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 149 virtual void ExecuteAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 633 void CodeGenAction::ExecuteAction() {
690 this->ASTFrontendAction::ExecuteAction();
  /external/clang/lib/Tooling/
Tooling.cpp 266 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc     [all...]

Completed in 239 milliseconds