Searched refs:Act (Results 1 – 2 of 2) sorted by relevance
98 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction(&*LLVMCtx)); in getModuleFromSource() local99 if (!Clang.ExecuteAction(*Act)) in getModuleFromSource()102 return Act->takeModule(); in getModuleFromSource()
79 Arrange-Act-Assert. This is a great way to structure test cases and85 - Act on the target behavior: Call your function/code under test.