Home
last modified time | relevance | path

Searched refs:setContextValue (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2893 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h433 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
H A DCGOpenMPRuntime.cpp254 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anon7bb087080111::CGOpenMPInlinedRegionInfo
256 OuterRegionInfo->setContextValue(V); in setContextValue()