HomeSort by: relevance | last modified time | path
    Searched defs:ExecuteAction (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 33 void ASTMergeAction::ExecuteAction() {
79 AdaptedAction->ExecuteAction();
FrontendAction.cpp 949 ExecuteAction();
951 else ExecuteAction();
1039 void ASTFrontendAction::ExecuteAction() {
1089 void WrapperFrontendAction::ExecuteAction() {
1090 WrappedAction->ExecuteAction();
FrontendActions.cpp 62 void InitOnlyAction::ExecuteAction() {
333 void VerifyPCHAction::ExecuteAction() {
498 void TemplightDumpAction::ExecuteAction() {
509 ASTFrontendAction::ExecuteAction();
719 void DumpModuleInfoAction::ExecuteAction() {
752 void DumpRawTokensAction::ExecuteAction() {
770 void DumpTokensAction::ExecuteAction() {
782 void PreprocessOnlyAction::ExecuteAction() {
796 void PrintPreprocessedAction::ExecuteAction() {
864 void PrintPreambleAction::ExecuteAction() {
    [all...]
CompilerInstance.cpp 925 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
1150 Instance.ExecuteAction(Action);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 185 void RewriteMacrosAction::ExecuteAction() {
194 void RewriteTestAction::ExecuteAction() {
263 Instance.ExecuteAction(Action);
304 void RewriteIncludesAction::ExecuteAction() {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 1040 void CodeGenAction::ExecuteAction() {
1042 this->ASTFrontendAction::ExecuteAction();

Completed in 56 milliseconds