Home
last modified time | relevance | path

Searched refs:getContextValue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2732 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h407 virtual llvm::Value *getContextValue() const { return ThisValue; }
H A DCGExpr.cpp2741 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
H A DCGOpenMPRuntime.cpp244 llvm::Value *getContextValue() const override { in getContextValue() function in __anonad2d34460111::CGOpenMPInlinedRegionInfo
246 return OuterRegionInfo->getContextValue(); in getContextValue()