Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1941 auto L = ParentCGF.LambdaCaptureFields.find(VD); in EmitCapturedLocals()
1942 if (L != ParentCGF.LambdaCaptureFields.end()) { in EmitCapturedLocals()
1943 LambdaCaptureFields[VD] = L->second; in EmitCapturedLocals()
H A DCGOpenMPRuntime.cpp410 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in __anonad2d34460111::InlinedOpenMPRegionRAII
428 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in InlinedOpenMPRegionRAII()
443 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in ~InlinedOpenMPRegionRAII()
3888 } else if (CGF.LambdaCaptureFields.count( in emitPrivatesInit()
H A DCodeGenFunction.cpp1105 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGStmtOpenMP.cpp63 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
200 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
290 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
H A DCGBlocks.cpp511 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
H A DCodeGenFunction.h574 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields;
H A DCGExpr.cpp2721 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2549 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local
2551 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
2555 if (const FieldDecl *FD = LambdaCaptureFields[VD]) { in VisitCommonDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp581 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in __anondef1c1650111::CallStackFrame
6113 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
8151 if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(VD)) { in VisitVarDecl()