Home
last modified time | relevance | path

Searched refs:getContextValue (Results 1 – 8 of 8) 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 __anoneba84b040111::CGOpenMPInlinedRegionInfo
229 return OuterRegionInfo->getContextValue(); in getContextValue()
DCGExpr.cpp2117 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2672 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), in GenerateCapturedStmtFunction()
DCodeGenFunction.h389 virtual llvm::Value *getContextValue() const { return ThisValue; }
DCGExpr.cpp2745 CapturedStmtInfo->getContextValue()); in EmitDeclRefLValue()
DCGOpenMPRuntime.cpp243 llvm::Value *getContextValue() const override { in getContextValue() function in __anon8f021c720111::CGOpenMPInlinedRegionInfo
245 return OuterRegionInfo->getContextValue(); in getContextValue()