Searched refs:CaptureMap (Results 1 – 3 of 3) sorted by relevance
407 llvm::DenseMap<VarDecl*, unsigned> CaptureMap; variable429 CaptureMap[Var] = Captures.size(); in addCapture()446 return CaptureMap.count(Var); in isCaptured()453 return Captures[CaptureMap[Var] - 1]; in getCapture()458 = CaptureMap.find(Var); in getCapture()459 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
8885 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
10829 if (CSI->CaptureMap.count(Var)) { in tryCaptureVariable()