Home
last modified time | relevance | path

Searched refs:CaptureMap (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h446 llvm::DenseMap<VarDecl*, unsigned> CaptureMap; variable
468 CaptureMap[Var] = Captures.size(); in addCapture()
489 return CaptureMap.count(Var); in isCaptured()
496 return Captures[CaptureMap[Var] - 1]; in getCapture()
501 = CaptureMap.find(Var); in getCapture()
502 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
/external/clang/lib/Sema/
DTreeTransform.h9183 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()