Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScopeInfo.h437 llvm::DenseMap<VarDecl*, unsigned> CaptureMap; variable
459 CaptureMap[Var] = Captures.size(); in addCapture()
476 return CaptureMap.count(Var); in isCaptured()
483 return Captures[CaptureMap[Var] - 1]; in getCapture()
488 = CaptureMap.find(Var); in getCapture()
489 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h9381 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
DSemaExpr.cpp11361 if (CSI->CaptureMap.count(Var)) { in isVariableAlreadyCapturedInScopeInfo()