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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp95 return static_cast<const OMPPriorityClause *>(C);
262 OMPClause::child_range OMPPriorityClause::used_children() {
1359 void OMPClausePrinter::VisitOMPPriorityClause(OMPPriorityClause *Node) {
H A DStmtProfile.cpp739 void OMPClauseProfiler::VisitOMPPriorityClause(const OMPPriorityClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5240 class OMPPriorityClause : public OMPClause, public OMPClauseWithPreInit { class in namespace:clang
5264 OMPPriorityClause(Expr *Priority, Stmt *HelperPriority, function in class:clang::OMPPriorityClause
5273 OMPPriorityClause() function in class:clang::OMPPriorityClause
5297 auto Children = const_cast<OMPPriorityClause *>(this)->used_children();
H A DRecursiveASTVisitor.h3367 OMPPriorityClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6408 void OMPClauseWriter::VisitOMPPriorityClause(OMPPriorityClause *C) {
H A DASTReader.cpp11665 C = new (Context) OMPPriorityClause();
12247 void OMPClauseReader::VisitOMPPriorityClause(OMPPriorityClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3131 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9266 TreeTransform<Derived>::TransformOMPPriorityClause(OMPPriorityClause *C) {
H A DSemaOpenMP.cpp16622 return new (Context) OMPPriorityClause(ValExpr, HelperValStmt, CaptureRegion,

Completed in 368 milliseconds