Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2896 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h435 virtual llvm::Value *getContextValue() const { return ThisValue; }
H A DCGExpr.cpp2790 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
H A DCGOpenMPRuntime.cpp248 llvm::Value *getContextValue() const override { in getContextValue() function in __anonffc6c7120111::CGOpenMPInlinedRegionInfo
250 return OuterRegionInfo->getContextValue(); in getContextValue()
H A DCGStmtOpenMP.cpp4696 llvm::Value *ContextValue = CGF.CapturedStmtInfo->getContextValue(); in EmitOMPTaskBasedDirective()