Searched refs:hasCapturedVLAType (Results 1 – 7 of 7) sorted by relevance
115 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
594 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
2163 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()2237 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
868 if (FD->hasCapturedVLAType()) { in StartFunction()
1948 if (CurField->hasCapturedVLAType()) { in EmitLambdaExpr()
133 if (CurField->hasCapturedVLAType()) { in GenerateOpenMPCapturedVars()276 if (FD->hasCapturedVLAType()) { in GenerateOpenMPCapturedStmtFunction()
2440 bool hasCapturedVLAType() const { in hasCapturedVLAType() function2446 return hasCapturedVLAType() ? static_cast<const VariableArrayType *>( in getCapturedVLAType()