Searched refs:getCapture (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h266 const Capture &getCapture(const VarDecl *var) const { function in class:clang::CodeGen::CGBlockInfo
267 return const_cast<CGBlockInfo*>(this)->getCapture(var);
269 Capture &getCapture(const VarDecl *var) { function in class:clang::CodeGen::CGBlockInfo
H A DCGBlocks.cpp510 return CGF.BlockInfo->getCapture(VD).fieldType();
913 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
936 BlockInfo->getCapture(variable);
1245 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable);
1544 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
1584 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
1680 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable);
H A DCGDebugInfo.cpp4342 ->getElementOffset(blockInfo.getCapture(VD).getIndex()));
4474 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable);
H A DCGObjCMac.cpp2424 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
2953 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h710 Capture &getCapture(VarDecl *Var) { function in class:clang::sema::CapturingScopeInfo
715 const Capture &getCapture(VarDecl *Var) const { function in class:clang::sema::CapturingScopeInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1171 << C->Id << SourceRange(LSI->getCapture(Var).getLocation())
H A DSemaExpr.cpp16869 CaptureType = CSI->getCapture(Var).getCaptureType();
16877 const Capture &Cap = CSI->getCapture(Var);
17262 CSI->getCapture(Var).markUsed(BuildAndDiagnose);

Completed in 163 milliseconds