Home
last modified time | relevance | path

Searched refs:getCapture (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h296 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
297 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()
299 Capture &getCapture(const VarDecl *var) { in getCapture() function
H A DCGBlocks.cpp541 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()
899 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
922 BlockInfo->getCapture(variable); in EmitBlockLiteral()
1228 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1527 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1570 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
H A DCGDebugInfo.cpp5168 ->getElementOffset(blockInfo.getCapture(VD).getIndex()));
5301 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2378 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()
2906 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h771 Capture &getCapture(ValueDecl *Var) { in getCapture()
776 const Capture &getCapture(ValueDecl *Var) const {
765 Capture &getCapture(ValueDecl *Var) { getCapture() function
770 const Capture &getCapture(ValueDecl *Var) const { getCapture() function
/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp716 ValueDecl *CapturedVar = LambdaClass->getCapture(Index)->getCapturedVar(); in CheckFunctionConstraints()
H A DSemaExpr.cpp18519 CaptureType = CSI->getCapture(Var).getCaptureType(); in canCaptureVariableByCopy()
18527 const Capture &Cap = CSI->getCapture(Var); in canCaptureVariableByCopy()
19088 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in rebuildPotentialResultsAsNonOdrUsed()
19977 if (auto *C = LSI->CaptureMap.count(D) ? &LSI->getCapture(D) : nullptr) { in DiagnoseAssignmentAsCondition()
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1126 const LambdaCapture *getCapture(unsigned I) const { in conversion_begin()
1118 const LambdaCapture *getCapture(unsigned I) const { getCapture() function