Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2885 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h434 virtual llvm::Value *getContextValue() const { return ThisValue; }
H A DCGExpr.cpp2827 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
H A DCGOpenMPRuntime.cpp247 llvm::Value *getContextValue() const override { in getContextValue() function in __anond842882b0111::CGOpenMPInlinedRegionInfo
249 return OuterRegionInfo->getContextValue(); in getContextValue()
H A DCGStmtOpenMP.cpp4643 llvm::Value *ContextValue = CGF.CapturedStmtInfo->getContextValue(); in EmitOMPTaskBasedDirective()