Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h456 llvm::DenseMap<VarDecl*, unsigned> CaptureMap; variable
478 CaptureMap[Var] = Captures.size(); in addCapture()
495 return CaptureMap.count(Var); in isCaptured()
502 return Captures[CaptureMap[Var] - 1]; in getCapture()
507 = CaptureMap.find(Var); in getCapture()
508 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
/external/clang/lib/Sema/
DTreeTransform.h9728 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
DSemaExpr.cpp11615 if (CSI->CaptureMap.count(Var)) { in isVariableAlreadyCapturedInScopeInfo()