Searched refs:LambdaCaptureFields (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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 | 3187 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 D | CGException.cpp | 1964 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 D | CGOpenMPRuntime.cpp | 412 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 D | CGBlocks.cpp | 543 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
|
| H A D | CGStmtOpenMP.cpp | 77 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar() 239 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar() 351 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
|
| H A D | CodeGenFunction.cpp | 1288 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
| H A D | CGExpr.cpp | 3183 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue() 3314 auto *FD = LambdaCaptureFields.lookup(BD); in EmitDeclRefLValue()
|
| H A D | CodeGenFunction.h | 642 llvm::DenseMap<const ValueDecl *, FieldDecl *> LambdaCaptureFields;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 611 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()
|