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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp746 if (C->getGrainsize())
747 Profiler->VisitStmt(C->getGrainsize());
H A DOpenMPClause.cpp1367 Node->getGrainsize()->printPretty(OS, nullptr, Policy, 0);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3377 TRY_TO(TraverseStmt(C->getGrainsize()));
H A DOpenMPClause.h5355 Expr *getGrainsize() const { return cast_or_null<Expr>(Grainsize); } function in class:clang::OMPGrainsizeClause
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6416 Record.AddStmt(C->getGrainsize());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5245 Data.Schedule.setPointer(EmitScalarExpr(Clause->getGrainsize()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9277 ExprResult E = getDerived().TransformExpr(C->getGrainsize());

Completed in 318 milliseconds