Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3002 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h443 virtual llvm::Value *getContextValue() const { return ThisValue; }
H A DCGOpenMPRuntime.cpp249 llvm::Value *getContextValue() const override { in getContextValue() function in __anon90c6c1b10111::CGOpenMPInlinedRegionInfo
251 return OuterRegionInfo->getContextValue(); in getContextValue()
H A DCGExpr.cpp3041 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp4723 llvm::Value *ContextValue = CGF.CapturedStmtInfo->getContextValue(); in EmitOMPTaskBasedDirective()