Home
last modified time | relevance | path

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

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