Searched refs:LambdaCaptureFields (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 181 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 D | ExprEngine.cpp | 3077 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 D | CGException.cpp | 1961 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 D | CGOpenMPRuntime.cpp | 414 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 D | CGBlocks.cpp | 534 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
|
| H A D | CodeGenFunction.cpp | 1176 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
| H A D | CGStmtOpenMP.cpp | 69 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar() 207 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar() 295 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
|
| H A D | CGExpr.cpp | 3021 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue() 3163 auto *FD = LambdaCaptureFields.lookup(BD); in EmitDeclRefLValue()
|
| H A D | CodeGenFunction.h | 621 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 587 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()
|