Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1141 FieldDecl *FieldForCapture = *CurField; in VisitLambdaExpr() local
1142 SVal FieldLoc = State->getLValue(FieldForCapture, V); in VisitLambdaExpr()
1145 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
1173 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr()