Searched refs:OMPDistScheduleClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp65 return static_cast<const OMPDistScheduleClause *>(C);
1651 void OMPClausePrinter::VisitOMPDistScheduleClause(OMPDistScheduleClause *Node) {
H A DStmtProfile.cpp962 const OMPDistScheduleClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5550 class OMPDistScheduleClause : public OMPClause, public OMPClauseWithPreInit { class in namespace:clang
5605 OMPDistScheduleClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPDistScheduleClause
5617 explicit OMPDistScheduleClause() function in class:clang::OMPDistScheduleClause
5645 auto Children = const_cast<OMPDistScheduleClause *>(this)->children();
H A DRecursiveASTVisitor.h3397 OMPDistScheduleClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6431 void OMPClauseWriter::VisitOMPDistScheduleClause(OMPDistScheduleClause *C) {
H A DASTReader.cpp11677 C = new (Context) OMPDistScheduleClause();
12270 void OMPClauseReader::VisitOMPDistScheduleClause(OMPDistScheduleClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3690 if (const auto *C = S.getSingleClause<OMPDistScheduleClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9305 OMPDistScheduleClause *C) {
H A DSemaOpenMP.cpp16731 OMPDistScheduleClause(StartLoc, LParenLoc, KindLoc, CommaLoc, EndLoc,

Completed in 479 milliseconds