Searched refs:setContextValue (Results 1 – 3 of 3) sorted by relevance
2167 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
168 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anondef231dd0111::CGOpenMPInlinedRegionInfo170 OuterRegionInfo->setContextValue(V); in setContextValue()
198 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue() function