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