Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
H A DDeclCXX.cpp684 if (getLambdaCaptureDefault() != LCD_None || capture_size() != 0) in lambdaIsDefaultConstructibleAndAssignable()
H A DASTImporter.cpp1954 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
7851 SmallVector<Expr *, 8> ToCaptureInits(E->capture_size()); in VisitLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h694 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in VisitLambdaExpr()
H A DExprCXX.h1947 unsigned capture_size() const { return LambdaExprBits.NumCaptures; } in capture_size() function
2005 return capture_init_begin() + capture_size(); in capture_init_end()
2011 return capture_init_begin() + capture_size(); in capture_init_end()
H A DDeclCXX.h1071 unsigned capture_size() const { return getLambdaData().NumCaptures; } in capture_size() function
H A DStmt.h3624 unsigned capture_size() const { return NumCaptures; } in capture_size() function
H A DRecursiveASTVisitor.h2520 for (unsigned I = 0, N = S->capture_size(); I != N; ++I) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp273 for (unsigned I = 0, N = Node->capture_size(); I != N; ++I) { in TraverseLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp4092 if (CS.capture_size() > 0 || in createParallelDataSharingWrapper()
4123 if (CS.capture_size() > 0) { in createParallelDataSharingWrapper()
4125 for (unsigned I = 0, E = CS.capture_size(); I < E; ++I, ++CI, ++CurField) { in createParallelDataSharingWrapper()