Searched refs:capture_size (Results 1 – 10 of 10) sorted by relevance
1211 assert(capture_size() == Class->capture_size() && "Wrong number of captures"); in LambdaExpr()1262 if (!getStoredStmts()[capture_size()]) { in initBodyIfNeeded()1264 This->getStoredStmts()[capture_size()] = getCallOperator()->getBody(); in initBodyIfNeeded()1270 return getStoredStmts()[capture_size()]; in getBody()1354 return child_range(getStoredStmts(), getStoredStmts() + capture_size() + 1); in children()1360 getStoredStmts() + capture_size() + 1); in children()
689 if (getLambdaCaptureDefault() != LCD_None || capture_size() != 0) in lambdaIsDefaultConstructibleAndAssignable()
2022 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()8252 SmallVector<Expr *, 8> ToCaptureInits(E->capture_size()); in VisitLambdaExpr()
751 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in VisitLambdaExpr()
2005 unsigned capture_size() const { return LambdaExprBits.NumCaptures; } in capture_size() function2063 return capture_init_begin() + capture_size(); in capture_init_end()2069 return capture_init_begin() + capture_size(); in capture_init_end()
1093 unsigned capture_size() const { return getLambdaData().NumCaptures; } in capture_size() function
3697 unsigned capture_size() const { return NumCaptures; } in capture_size() function
2651 for (unsigned I = 0, N = S->capture_size(); I != N; ++I) {
3206 if (CS.capture_size() > 0 || in createParallelDataSharingWrapper()3236 if (CS.capture_size() > 0) { in createParallelDataSharingWrapper()3238 for (unsigned I = 0, E = CS.capture_size(); I < E; ++I, ++CI, ++CurField) { in createParallelDataSharingWrapper()
285 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in TraverseLambdaExpr()