Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2999 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h441 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
H A DCGOpenMPRuntime.cpp255 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anon90c6c1b10111::CGOpenMPInlinedRegionInfo
257 OuterRegionInfo->setContextValue(V); in setContextValue()