Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3177 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h486 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
H A DCGOpenMPRuntime.cpp257 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anon93cce0fb0111::CGOpenMPInlinedRegionInfo
259 OuterRegionInfo->setContextValue(V); in setContextValue()