Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1907 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local
1909 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
1910 const FieldDecl *FD = LambdaCaptureFields[VD]; in VisitCommonDeclRefExpr()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp387 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in __anon50ddb8e60111::InlinedOpenMPRegionRAII
401 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in InlinedOpenMPRegionRAII()
412 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in ~InlinedOpenMPRegionRAII()
DCodeGenFunction.cpp847 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
DCodeGenFunction.h292 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; variable
DCGStmtOpenMP.cpp50 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()
DCGExpr.cpp2105 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()