Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DeclPtr

2138   llvm::Value *DeclPtr = LocalDeclMap[CD->getContextParam()];
2139 assert(DeclPtr && "missing context parameter for CapturedStmt");
2140 CapturedStmtInfo->setContextValue(Builder.CreateLoad(DeclPtr));