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.cpp3181 CapturedStmtInfo->getContextValue(), Ctx.getTagDeclType(RD)); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.h488 virtual llvm::Value *getContextValue() const { return ThisValue; }
H A DCGOpenMPRuntime.cpp251 llvm::Value *getContextValue() const override { in getContextValue() function in __anon93cce0fb0111::CGOpenMPInlinedRegionInfo
253 return OuterRegionInfo->getContextValue(); in getContextValue()
H A DCGExpr.cpp3052 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp4768 llvm::Value *ContextValue = CGF.CapturedStmtInfo->getContextValue(); in EmitOMPTaskBasedDirective()