Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3362 CapturedStmtInfo->getContextValue(), Ctx.getTagDeclType(RD)); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h478 virtual llvm::Value *getContextValue() const { return ThisValue; }
H A DCGOpenMPRuntime.cpp247 llvm::Value *getContextValue() const override { in getContextValue() function in __anon93cce0fb0111::CGOpenMPInlinedRegionInfo
249 return OuterRegionInfo->getContextValue(); in getContextValue()
H A DCGExpr.cpp3203 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp4968 llvm::Value *ContextValue = CGF.CapturedStmtInfo->getContextValue(); in EmitOMPTaskBasedDirective()