Home
last modified time | relevance | path

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

/freebsd/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.cpp3187 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local
3189 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
3193 if (const FieldDecl *FD = LambdaCaptureFields[VD]) { in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1964 auto L = ParentCGF.LambdaCaptureFields.find(VD); in EmitCapturedLocals()
1965 if (L != ParentCGF.LambdaCaptureFields.end()) { in EmitCapturedLocals()
1966 LambdaCaptureFields[VD] = L->second; in EmitCapturedLocals()
H A DCGOpenMPRuntime.cpp412 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; member in __anon93cce0fb0111::InlinedOpenMPRegionRAII
430 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in InlinedOpenMPRegionRAII()
445 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in ~InlinedOpenMPRegionRAII()
3299 } else if (CGF.LambdaCaptureFields.count( in emitPrivatesInit()
H A DCGBlocks.cpp543 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
H A DCGStmtOpenMP.cpp77 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
239 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
351 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
H A DCodeGenFunction.cpp1288 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGExpr.cpp3183 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()
3314 auto *FD = LambdaCaptureFields.lookup(BD); in EmitDeclRefLValue()
H A DCodeGenFunction.h642 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp611 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; member in __anonfb577fba0111::CallStackFrame
6661 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
8975 if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(D)) { in VisitDeclRefExpr()