Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp178 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; in isCapturedByReference() local
180 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
185 const FieldDecl *FD = LambdaCaptureFields[VD]; in isCapturedByReference()
H A DExprEngine.cpp2735 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local
2737 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
2741 if (const FieldDecl *FD = LambdaCaptureFields[VD]) { in VisitCommonDeclRefExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1948 auto L = ParentCGF.LambdaCaptureFields.find(VD); in EmitCapturedLocals()
1949 if (L != ParentCGF.LambdaCaptureFields.end()) { in EmitCapturedLocals()
1950 LambdaCaptureFields[VD] = L->second; in EmitCapturedLocals()
H A DCGOpenMPRuntime.cpp412 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in __anond842882b0111::InlinedOpenMPRegionRAII
430 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in InlinedOpenMPRegionRAII()
445 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in ~InlinedOpenMPRegionRAII()
3825 } else if (CGF.LambdaCaptureFields.count( in emitPrivatesInit()
H A DCGBlocks.cpp561 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
H A DCodeGenFunction.cpp1140 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGStmtOpenMP.cpp68 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
206 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
294 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
H A DCodeGenFunction.h612 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields;
H A DCGExpr.cpp2807 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp581 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in __anon7a1fdcea0111::CallStackFrame
6195 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
8244 if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(VD)) { in VisitVarDecl()