Searched refs:LambdaCaptureFields (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 178 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 D | ExprEngine.cpp | 2735 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 D | CGException.cpp | 1948 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 D | CGOpenMPRuntime.cpp | 412 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 D | CGBlocks.cpp | 561 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
|
| H A D | CodeGenFunction.cpp | 1140 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
| H A D | CGStmtOpenMP.cpp | 68 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar() 206 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar() 294 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
|
| H A D | CodeGenFunction.h | 612 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields;
|
| H A D | CGExpr.cpp | 2807 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 581 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()
|