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

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

Completed in 98 milliseconds