Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h521 llvm::DenseMap<VarDecl*, unsigned> CaptureMap; variable
543 CaptureMap[Var] = Captures.size(); in addCapture()
570 return CaptureMap.count(Var); in isCaptured()
580 return Captures[CaptureMap[Var] - 1]; in getCapture()
585 = CaptureMap.find(Var); in getCapture()
586 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h665 llvm::DenseMap<VarDecl*, unsigned> CaptureMap; variable
687 CaptureMap[Var] = Captures.size(); in addCapture()
710 return CaptureMap.count(Var); in isCaptured()
720 return Captures[CaptureMap[Var] - 1]; in getCapture()
725 = CaptureMap.find(Var); in getCapture()
726 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
/external/clang/lib/Sema/
DTreeTransform.h11403 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
DSemaExpr.cpp13185 if (CSI->CaptureMap.count(Var)) { in isVariableAlreadyCapturedInScopeInfo()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h13808 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
DSemaExpr.cpp17075 if (CSI->CaptureMap.count(Var)) { in isVariableAlreadyCapturedInScopeInfo()