Home
last modified time | relevance | path

Searched refs:capture_size (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1138 assert(capture_size() == Class->capture_size() && "Wrong number of captures"); in LambdaExpr()
1189 if (!getStoredStmts()[capture_size()]) { in initBodyIfNeeded()
1191 This->getStoredStmts()[capture_size()] = getCallOperator()->getBody(); in initBodyIfNeeded()
1197 return getStoredStmts()[capture_size()]; in getBody()
1217 return capture_begin() + capture_size(); in capture_end()
1282 return child_range(getStoredStmts(), getStoredStmts() + capture_size() + 1); in children()
1288 getStoredStmts() + capture_size() + 1); in children()
DDeclCXX.cpp682 if (getLambdaCaptureDefault() != LCD_None || capture_size() != 0) in lambdaIsDefaultConstructibleAndAssignable()
DASTImporter.cpp1920 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
7725 SmallVector<Expr *, 8> ToCaptureInits(E->capture_size()); in VisitLambdaExpr()
/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h691 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in VisitLambdaExpr()
DExprCXX.h1937 unsigned capture_size() const { return LambdaExprBits.NumCaptures; } in capture_size() function
1995 return capture_init_begin() + capture_size(); in capture_init_end()
2001 return capture_init_begin() + capture_size(); in capture_init_end()
DDeclCXX.h1066 unsigned capture_size() const { return getLambdaData().NumCaptures; } in capture_size() function
DRecursiveASTVisitor.h2491 for (unsigned I = 0, N = S->capture_size(); I != N; ++I) {
DStmt.h3620 unsigned capture_size() const { return NumCaptures; } in capture_size() function
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp246 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in TraverseLambdaExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp4256 if (CS.capture_size() > 0 || in createParallelDataSharingWrapper()
4287 if (CS.capture_size() > 0) { in createParallelDataSharingWrapper()
4289 for (unsigned I = 0, E = CS.capture_size(); I < E; ++I, ++CI, ++CurField) { in createParallelDataSharingWrapper()
/external/clang/include/clang/AST/
DStmt.h2158 unsigned capture_size() const { return NumCaptures; } in capture_size() function
DExprCXX.h1632 unsigned capture_size() const { return NumCaptures; } in capture_size() function