Lines Matching refs:Act

1114   std::unique_ptr<TopLevelDeclTrackerAction> Act(  in Parse()  local
1119 ActCleanup(Act.get()); in Parse()
1121 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1130 if (!Act->Execute()) in Parse()
1135 Act->EndSourceFile(); in Parse()
1549 std::unique_ptr<PrecompilePreambleAction> Act; in getMainBufferWithPrecompiledPreamble() local
1550 Act.reset(new PrecompilePreambleAction(*this)); in getMainBufferWithPrecompiledPreamble()
1551 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in getMainBufferWithPrecompiledPreamble()
1559 Act->Execute(); in getMainBufferWithPrecompiledPreamble()
1569 Act->EndSourceFile(); in getMainBufferWithPrecompiledPreamble()
1573 if (!Act->hasEmittedPreamblePCH()) { in getMainBufferWithPrecompiledPreamble()
1793 ASTFrontendAction *Act = Action; in LoadFromCompilerInvocationAction() local
1796 if (!Act) { in LoadFromCompilerInvocationAction()
1798 Act = TrackerAct.get(); in LoadFromCompilerInvocationAction()
1805 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1825 if (!Act->Execute()) { in LoadFromCompilerInvocationAction()
1836 Act->EndSourceFile(); in LoadFromCompilerInvocationAction()
2418 std::unique_ptr<SyntaxOnlyAction> Act; in CodeComplete() local
2419 Act.reset(new SyntaxOnlyAction); in CodeComplete()
2420 if (Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in CodeComplete()
2421 Act->Execute(); in CodeComplete()
2422 Act->EndSourceFile(); in CodeComplete()