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.cpp3089 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local
3091 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
3095 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.cpp416 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; member in __anon93cce0fb0111::InlinedOpenMPRegionRAII
434 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in InlinedOpenMPRegionRAII()
449 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in ~InlinedOpenMPRegionRAII()
3323 } else if (CGF.LambdaCaptureFields.count( in emitPrivatesInit()
H A DCGBlocks.cpp543 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
H A DCodeGenFunction.cpp1244 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGStmtOpenMP.cpp73 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
233 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
321 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
H A DCGExpr.cpp3032 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()
3163 auto *FD = LambdaCaptureFields.lookup(BD); in EmitDeclRefLValue()
H A DCodeGenFunction.h645 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp592 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields; member in __anonfb577fba0111::CallStackFrame
6356 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
8636 if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(VD)) { in VisitVarDecl()