Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp2323 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h369 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
H A DCGOpenMPRuntime.cpp239 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anon0274564a0111::CGOpenMPInlinedRegionInfo
241 OuterRegionInfo->setContextValue(V); in setContextValue()