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

  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 68 void ExecuteAction();
73 void ExecuteAction();
78 void ExecuteAction();
  /external/clang/include/clang/Frontend/
FrontendActions.h 26 virtual void ExecuteAction();
158 virtual void ExecuteAction();
174 void ExecuteAction();
188 void ExecuteAction();
193 void ExecuteAction();
198 void ExecuteAction();
203 void ExecuteAction();
208 void ExecuteAction();
FrontendAction.h 72 /// ExecuteAction() and EndSourceFileAction() will not be called.
89 virtual void ExecuteAction() = 0;
210 /// \brief Implement the ExecuteAction interface by running Sema on
215 virtual void ExecuteAction();
265 virtual void ExecuteAction();
CompilerInstance.h 150 /// ExecuteAction - Execute the provided action against the compiler's
180 bool ExecuteAction(FrontendAction &Act);
  /external/clang/lib/Frontend/
ASTMerge.cpp 34 void ASTMergeAction::ExecuteAction() {
74 AdaptedAction->ExecuteAction();
FrontendActions.cpp 40 void InitOnlyAction::ExecuteAction() {
323 void DumpRawTokensAction::ExecuteAction() {
341 void DumpTokensAction::ExecuteAction() {
353 void GeneratePTHAction::ExecuteAction() {
368 void PreprocessOnlyAction::ExecuteAction() {
382 void PrintPreprocessedAction::ExecuteAction() {
432 void PrintPreambleAction::ExecuteAction() {
FrontendAction.cpp 376 ExecuteAction();
378 else ExecuteAction();
452 void ASTFrontendAction::ExecuteAction() {
494 void WrapperFrontendAction::ExecuteAction() {
495 WrappedAction->ExecuteAction();
CompilerInstance.cpp 645 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
743 Data.Instance.ExecuteAction(Data.CreateModuleAction);
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 56 void PageActionImageView::ExecuteAction(int button,
135 ExecuteAction(button, false); // inspect_with_devtools
141 ExecuteAction(1, false);
233 ExecuteAction(1, // left-click
page_action_image_view.h 68 void ExecuteAction(int button, bool inspect_with_devtools);
location_bar_view.cc     [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 43 virtual void ExecuteAction();
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 66 ASSERT_TRUE(compiler.ExecuteAction(test_action));
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 171 void RewriteMacrosAction::ExecuteAction() {
179 void RewriteTestAction::ExecuteAction() {
187 void RewriteIncludesAction::ExecuteAction() {
  /external/clang/examples/clang-interpreter/
main.cpp 143 if (!Clang.ExecuteAction(*Act))
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 365 void CodeGenAction::ExecuteAction() {
423 this->ASTFrontendAction::ExecuteAction();
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 235 bool Success = Clang->ExecuteAction(*Act);
  /external/clang/lib/Tooling/
Tooling.cpp 216 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);

Completed in 438 milliseconds