Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp590 FieldDecl *FieldForCapture = *CurField; in VisitLambdaExpr() local
591 SVal FieldLoc = State->getLValue(FieldForCapture, V); in VisitLambdaExpr()
594 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
602 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr()