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

  /external/clang/include/clang/Frontend/
FrontendActions.h 27 void ExecuteAction() override;
141 void ExecuteAction() override;
155 void ExecuteAction() override;
183 void ExecuteAction() override;
199 void ExecuteAction() override;
214 void ExecuteAction() override;
219 void ExecuteAction() override;
224 void ExecuteAction() override;
229 void ExecuteAction() override;
234 void ExecuteAction() override
    [all...]
FrontendAction.h 72 /// ExecuteAction() and EndSourceFileAction() will not be called.
89 virtual void ExecuteAction() = 0;
226 /// \brief Implement the ExecuteAction interface by running Sema on
231 void ExecuteAction() override;
280 void ExecuteAction() override;
CompilerInstance.h 189 /// ExecuteAction - Execute the provided action against the compiler's
219 bool ExecuteAction(FrontendAction &Act);
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 68 void ExecuteAction() override;
73 void ExecuteAction() override;
78 void ExecuteAction() override;
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 31 void ExecuteAction() override {
35 return ASTFrontendAction::ExecuteAction();
61 return Compiler.ExecuteAction(Action);
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 93 ASSERT_TRUE(compiler.ExecuteAction(test_action));
113 ASSERT_TRUE(compiler.ExecuteAction(test_action));
141 ASSERT_TRUE(compiler.ExecuteAction(test_action));
162 void ExecuteAction() override {
189 ASSERT_TRUE(Compiler.ExecuteAction(TestAction));
  /external/clang/lib/Frontend/
ASTMerge.cpp 34 void ASTMergeAction::ExecuteAction() {
78 AdaptedAction->ExecuteAction();
FrontendActions.cpp 42 void InitOnlyAction::ExecuteAction() {
425 void VerifyPCHAction::ExecuteAction() {
593 void DumpModuleInfoAction::ExecuteAction() {
616 void DumpRawTokensAction::ExecuteAction() {
634 void DumpTokensAction::ExecuteAction() {
646 void GeneratePTHAction::ExecuteAction() {
655 void PreprocessOnlyAction::ExecuteAction() {
669 void PrintPreprocessedAction::ExecuteAction() {
719 void PrintPreambleAction::ExecuteAction() {
FrontendAction.cpp 437 ExecuteAction();
439 else ExecuteAction();
519 void ASTFrontendAction::ExecuteAction() {
564 void WrapperFrontendAction::ExecuteAction() {
565 WrappedAction->ExecuteAction();
CompilerInstance.cpp 789 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 45 void ExecuteAction() override;
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 174 void RewriteMacrosAction::ExecuteAction() {
182 void RewriteTestAction::ExecuteAction() {
190 void RewriteIncludesAction::ExecuteAction() {
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 103 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(parseModelFile); },
  /external/clang/examples/clang-interpreter/
main.cpp 163 if (!Clang.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 222 bool Success = Clang->ExecuteAction(*Act);
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 148 void ExecuteAction() override {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 736 void CodeGenAction::ExecuteAction() {
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 302 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);

Completed in 662 milliseconds