Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp148 llvm::Value *getContextValue() const override { in getContextValue() function in __anondef231dd0111::CGOpenMPInlinedRegionInfo
150 return OuterRegionInfo->getContextValue(); in getContextValue()
DCGStmt.cpp2208 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
DCodeGenFunction.h197 virtual llvm::Value *getContextValue() const { return ThisValue; } in getContextValue() function
DCGExpr.cpp1959 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()