Searched refs:getDistScheduleKind (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1653 OMPC_dist_schedule, Node->getDistScheduleKind());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5622 OpenMPDistScheduleClauseKind getDistScheduleKind() const { return Kind; } function in class:clang::OMPDistScheduleClause
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6433 Record.push_back(C->getDistScheduleKind());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3691 ScheduleKind = C->getDistScheduleKind();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9310 C->getDistScheduleKind(), E.get(), C->getBeginLoc(), C->getLParenLoc(),

Completed in 309 milliseconds