Searched refs:getCapturedVLAType (Results 1 – 7 of 7) sorted by relevance
112 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
602 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr()
2099 auto VAT = CurField->getCapturedVLAType(); in InitCapturedStruct()2176 auto VAT = FD->getCapturedVLAType(); in GenerateCapturedStmtFunction()
32 auto VAT = CurField->getCapturedVLAType(); in GenerateOpenMPCapturedVars()158 auto VAT = FD->getCapturedVLAType(); in GenerateOpenMPCapturedStmtFunction()
820 auto VAT = FD->getCapturedVLAType(); in StartFunction()
1941 auto VAT = CurField->getCapturedVLAType(); in EmitLambdaExpr()
2426 const VariableArrayType *getCapturedVLAType() const { in getCapturedVLAType() function