Searched refs:CaptureMap (Results 1 – 3 of 3) sorted by relevance
714 llvm::DenseMap<ValueDecl *, unsigned> CaptureMap; variable742 CaptureMap[Var] = Captures.size(); in addCapture()764 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } in isCaptured()773 return Captures[CaptureMap[Var] - 1]; in getCapture()778 CaptureMap.find(Var); in getCapture()779 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
18689 if (CSI->CaptureMap.count(Var)) { in isVariableAlreadyCapturedInScopeInfo()20175 if (auto *C = LSI->CaptureMap.count(D) ? &LSI->getCapture(D) : nullptr) { in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()
17052 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()