• Home
  • Raw
  • Download

Lines Matching refs:Act

1131   std::unique_ptr<TopLevelDeclTrackerAction> Act(  in Parse()  local
1136 ActCleanup(Act.get()); in Parse()
1138 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1145 if (!Act->Execute()) in Parse()
1150 Act->EndSourceFile(); in Parse()
1576 std::unique_ptr<PrecompilePreambleAction> Act; in getMainBufferWithPrecompiledPreamble() local
1577 Act.reset(new PrecompilePreambleAction(*this)); in getMainBufferWithPrecompiledPreamble()
1578 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in getMainBufferWithPrecompiledPreamble()
1586 Act->Execute(); in getMainBufferWithPrecompiledPreamble()
1596 Act->EndSourceFile(); in getMainBufferWithPrecompiledPreamble()
1600 if (!Act->hasEmittedPreamblePCH()) { in getMainBufferWithPrecompiledPreamble()
1823 FrontendAction *Act = Action; in LoadFromCompilerInvocationAction() local
1826 if (!Act) { in LoadFromCompilerInvocationAction()
1828 Act = TrackerAct.get(); in LoadFromCompilerInvocationAction()
1835 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1855 if (!Act->Execute()) { in LoadFromCompilerInvocationAction()
1866 Act->EndSourceFile(); in LoadFromCompilerInvocationAction()
2457 std::unique_ptr<SyntaxOnlyAction> Act; in CodeComplete() local
2458 Act.reset(new SyntaxOnlyAction); in CodeComplete()
2459 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()
2460 Act->Execute(); in CodeComplete()
2461 Act->EndSourceFile(); in CodeComplete()