Searched refs:getCapturedVLAType (Results 1 – 7 of 7) sorted by relevance
115 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT) in isVLATypeCaptured()
602 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr()
2164 auto VAT = CurField->getCapturedVLAType(); in InitCapturedStruct()2240 auto VAT = FD->getCapturedVLAType(); in GenerateCapturedStmtFunction()
871 auto VAT = FD->getCapturedVLAType(); in StartFunction()
1949 auto VAT = CurField->getCapturedVLAType(); in EmitLambdaExpr()
134 auto VAT = CurField->getCapturedVLAType(); in GenerateOpenMPCapturedVars()283 auto VAT = FD->getCapturedVLAType(); in GenerateOpenMPCapturedStmtFunction()
2445 const VariableArrayType *getCapturedVLAType() const { in getCapturedVLAType() function