Home
last modified time | relevance | path

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

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