Searched refs:getChunkSize (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp495 if (auto *S = C->getChunkSize())
964 if (auto *S = C->getChunkSize())
H A DOpenMPClause.cpp1287 if (auto *E = Node->getChunkSize()) {
1654 if (auto *E = Node->getChunkSize()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1440 Expr *getChunkSize() { return ChunkSize; } function in class:clang::OMPScheduleClause
1443 const Expr *getChunkSize() const { return ChunkSize; } function in class:clang::OMPScheduleClause
5634 Expr *getChunkSize() { return ChunkSize; } function in class:clang::OMPDistScheduleClause
5637 const Expr *getChunkSize() const { return ChunkSize; } function in class:clang::OMPDistScheduleClause
H A DRecursiveASTVisitor.h3073 TRY_TO(TraverseStmt(C->getChunkSize()));
3399 TRY_TO(TraverseStmt(C->getChunkSize()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6116 Record.AddStmt(C->getChunkSize());
6434 Record.AddStmt(C->getChunkSize());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2587 ChunkExpr = C->getChunkSize();
3692 if (const Expr *Ch = C->getChunkSize()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8716 ExprResult E = getDerived().TransformExpr(C->getChunkSize());
9306 ExprResult E = getDerived().TransformExpr(C->getChunkSize());

Completed in 263 milliseconds