Searched refs:hasCapturedVLAType (Results 1 – 5 of 5) sorted by relevance
109 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
2134 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()2211 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
734 if (FD->hasCapturedVLAType()) { in StartFunction()
1831 if (CurField->hasCapturedVLAType()) { in EmitLambdaExpr()
2366 bool hasCapturedVLAType() const { in hasCapturedVLAType() function2372 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()