Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DeclPtr

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