Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h681 llvm::DenseMap<VarDecl*, unsigned> CaptureMap; variable
703 CaptureMap[Var] = Captures.size(); in addCapture()
726 return CaptureMap.count(Var); in isCaptured()
736 return Captures[CaptureMap[Var] - 1]; in getCapture()
741 = CaptureMap.find(Var); in getCapture()
742 assert(Known != CaptureMap.end() && "Variable has not been captured"); in getCapture()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h14408 assert(blockScope->CaptureMap.count(newCapture)); in TransformBlockExpr()
H A DSemaExpr.cpp18298 if (CSI->CaptureMap.count(Var)) { in isVariableAlreadyCapturedInScopeInfo()