Searched refs:ExecuteAction (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h26 virtual void ExecuteAction();
140 virtual void ExecuteAction();
171 virtual void ExecuteAction();
187 void ExecuteAction();
201 void ExecuteAction();
206 void ExecuteAction();
211 void ExecuteAction();
216 void ExecuteAction();
221 void ExecuteAction();
H A DFrontendAction.h72 /// ExecuteAction() and EndSourceFileAction() will not be called.
89 virtual void ExecuteAction() = 0;
218 /// \brief Implement the ExecuteAction interface by running Sema on
223 virtual void ExecuteAction();
273 virtual void ExecuteAction();
H A DCompilerInstance.h150 /// ExecuteAction - Execute the provided action against the compiler's
180 bool ExecuteAction(FrontendAction &Act);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h68 void ExecuteAction();
73 void ExecuteAction();
78 void ExecuteAction();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp34 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
75 AdaptedAction->ExecuteAction();
H A DFrontendActions.cpp41 void InitOnlyAction::ExecuteAction() { function in class:InitOnlyAction
417 void DumpModuleInfoAction::ExecuteAction() { function in class:DumpModuleInfoAction
439 void DumpRawTokensAction::ExecuteAction() { function in class:DumpRawTokensAction
457 void DumpTokensAction::ExecuteAction() { function in class:DumpTokensAction
469 void GeneratePTHAction::ExecuteAction() { function in class:GeneratePTHAction
484 void PreprocessOnlyAction::ExecuteAction() { function in class:PreprocessOnlyAction
498 void PrintPreprocessedAction::ExecuteAction() { function in class:PrintPreprocessedAction
548 void PrintPreambleAction::ExecuteAction() { function in class:PrintPreambleAction
H A DFrontendAction.cpp376 ExecuteAction();
378 else ExecuteAction();
456 void ASTFrontendAction::ExecuteAction() { function in class:ASTFrontendAction
500 void WrapperFrontendAction::ExecuteAction() { function in class:WrapperFrontendAction
501 WrappedAction->ExecuteAction();
H A DCompilerInstance.cpp665 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
763 Data.Instance.ExecuteAction(Data.CreateModuleAction);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h43 virtual void ExecuteAction();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp169 void RewriteMacrosAction::ExecuteAction() { function in class:RewriteMacrosAction
177 void RewriteTestAction::ExecuteAction() { function in class:RewriteTestAction
185 void RewriteIncludesAction::ExecuteAction() { function in class:RewriteIncludesAction
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp382 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
440 this->ASTFrontendAction::ExecuteAction();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp236 bool Success = Clang->ExecuteAction(*Act);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp267 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);

Completed in 86 milliseconds