Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1883 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local
1885 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
1886 const FieldDecl *FD = LambdaCaptureFields[VD]; in VisitCommonDeclRefExpr()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp808 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
DCodeGenFunction.h285 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; variable
DCGExpr.cpp2066 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()