Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp159 virtual void setContextValue(llvm::Value *V) override { in setContextValue() function in __anonb65764340111::CGOpenMPInlinedRegionInfo
161 OuterRegionInfo->setContextValue(V); in setContextValue()
HDCGStmt.cpp2234 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
HDCodeGenFunction.h195 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue() function