Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2729 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr)); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h405 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
H A DCGOpenMPRuntime.cpp250 void setContextValue(llvm::Value *V) override { in setContextValue() function in __anonad2d34460111::CGOpenMPInlinedRegionInfo
252 OuterRegionInfo->setContextValue(V); in setContextValue()