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

  /external/clang/include/clang/Frontend/
FrontendActions.h 24 virtual void ExecuteAction();
122 virtual void ExecuteAction();
139 void ExecuteAction();
153 void ExecuteAction();
158 void ExecuteAction();
163 void ExecuteAction();
168 void ExecuteAction();
173 void ExecuteAction();
FrontendAction.h 99 /// ExecuteAction - Callback to run the program action, using the initialized
104 virtual void ExecuteAction() = 0;
225 /// ExecuteAction - Implement the ExecuteAction interface by running Sema on
230 virtual void ExecuteAction();
279 virtual void ExecuteAction();
CompilerInstance.h 124 /// ExecuteAction - Execute the provided action against the compiler's
154 bool ExecuteAction(FrontendAction &Act);
  /external/clang/include/clang/Rewrite/
FrontendActions.h 57 void ExecuteAction();
62 void ExecuteAction();
  /external/clang/lib/Frontend/
FrontendActions.cpp 36 void InitOnlyAction::ExecuteAction() {
124 void DumpRawTokensAction::ExecuteAction() {
142 void DumpTokensAction::ExecuteAction() {
154 void GeneratePTHAction::ExecuteAction() {
169 void PreprocessOnlyAction::ExecuteAction() {
183 void PrintPreprocessedAction::ExecuteAction() {
194 void PrintPreambleAction::ExecuteAction() {
ASTMerge.cpp 35 void ASTMergeAction::ExecuteAction() {
74 AdaptedAction->ExecuteAction();
FrontendAction.cpp 296 ExecuteAction();
298 else ExecuteAction();
361 void ASTFrontendAction::ExecuteAction() {
400 void WrapperFrontendAction::ExecuteAction() {
401 WrappedAction->ExecuteAction();
CompilerInstance.cpp 562 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 42 virtual void ExecuteAction();
  /external/clang/lib/Rewrite/
FrontendActions.cpp 102 void RewriteMacrosAction::ExecuteAction() {
110 void RewriteTestAction::ExecuteAction() {
  /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/unittests/Frontend/
FrontendActionTest.cpp 67 ASSERT_TRUE(compiler.ExecuteAction(test_action));
  /external/clang/examples/clang-interpreter/
main.cpp 146 if (!Clang.ExecuteAction(*Act))
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 171 Success = Clang->ExecuteAction(*Act);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 298 void CodeGenAction::ExecuteAction() {
347 this->ASTFrontendAction::ExecuteAction();

Completed in 1094 milliseconds