Searched refs:hasCapturedVLAType (Results 1 – 7 of 7) sorted by relevance
112 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
594 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
2098 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()2173 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
31 if (CurField->hasCapturedVLAType()) { in GenerateOpenMPCapturedVars()151 if (FD->hasCapturedVLAType()) { in GenerateOpenMPCapturedStmtFunction()
817 if (FD->hasCapturedVLAType()) { in StartFunction()
1940 if (CurField->hasCapturedVLAType()) { in EmitLambdaExpr()
2421 bool hasCapturedVLAType() const { in hasCapturedVLAType() function2427 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()