Searched refs:CaptureMap (Results 1 – 3 of 3) sorted by relevance
697 llvm::DenseMap<ValueDecl *, unsigned> CaptureMap; variable719 CaptureMap[Var] = Captures.size(); in addCapture()741 bool isCaptured(ValueDecl *Var) const { return CaptureMap.count(Var); } in isCaptured()750 return Captures[CaptureMap[Var] - 1]; in getCapture()755 CaptureMap.find(Var); in getCapture()756 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
19261 if (CSI->CaptureMap.count(Var)) { in isVariableAlreadyCapturedInScopeInfo()20681 if (!LSI->CaptureMap.count(D)) in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()
14879 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()