Home
last modified time | relevance | path

Searched refs:LambdaCaptureFields (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp181 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; in isCapturedByReference() local
183 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
188 const FieldDecl *FD = LambdaCaptureFields[VD]; in isCapturedByReference()
H A DExprEngine.cpp3077 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local
3079 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
3083 if (const FieldDecl *FD = LambdaCaptureFields[VD]) { in VisitCommonDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1961 auto L = ParentCGF.LambdaCaptureFields.find(VD); in EmitCapturedLocals()
1962 if (L != ParentCGF.LambdaCaptureFields.end()) { in EmitCapturedLocals()
1963 LambdaCaptureFields[VD] = L->second; in EmitCapturedLocals()
H A DCGOpenMPRuntime.cpp414 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; member in __anon90c6c1b10111::InlinedOpenMPRegionRAII
432 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in InlinedOpenMPRegionRAII()
447 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in ~InlinedOpenMPRegionRAII()
3308 } else if (CGF.LambdaCaptureFields.count( in emitPrivatesInit()
H A DCGBlocks.cpp534 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
H A DCodeGenFunction.cpp1176 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGStmtOpenMP.cpp69 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
207 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
295 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
H A DCGExpr.cpp3021 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()
3163 auto *FD = LambdaCaptureFields.lookup(BD); in EmitDeclRefLValue()
H A DCodeGenFunction.h621 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp587 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; member in __anon7ee061300111::CallStackFrame
6295 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
8521 if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(VD)) { in VisitVarDecl()