Home
last modified time | relevance | path

Searched refs:OMPPriorityClause (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp101 return static_cast<const OMPPriorityClause *>(C); in get()
298 OMPClause::child_range OMPPriorityClause::used_children() { in used_children()
1704 void OMPClausePrinter::VisitOMPPriorityClause(OMPPriorityClause *Node) { in VisitOMPPriorityClause()
DStmtProfile.cpp772 void OMPClauseProfiler::VisitOMPPriorityClause(const OMPPriorityClause *C) { in VisitOMPPriorityClause()
/external/clang/include/clang/Basic/
DOpenMPKinds.def222 OPENMP_CLAUSE(priority, OMPPriorityClause)
/external/clang/include/clang/AST/
DOpenMPClause.h3569 class OMPPriorityClause : public OMPClause {
3589 OMPPriorityClause(Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPPriorityClause() function
3596 OMPPriorityClause() in OMPPriorityClause() function
DRecursiveASTVisitor.h2907 OMPPriorityClause *C) {
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5786 class OMPPriorityClause : public OMPClause, public OMPClauseWithPreInit {
5810 OMPPriorityClause(Expr *Priority, Stmt *HelperPriority, in OMPPriorityClause() function
5819 OMPPriorityClause() in OMPPriorityClause() function
5843 auto Children = const_cast<OMPPriorityClause *>(this)->used_children(); in used_children()
DRecursiveASTVisitor.h3430 OMPPriorityClause *C) {
/external/clang/lib/AST/
DStmtProfile.cpp510 void OMPClauseProfiler::VisitOMPPriorityClause(const OMPPriorityClause *C) { in VisitOMPPriorityClause()
DStmtPrinter.cpp739 void OMPClausePrinter::VisitOMPPriorityClause(OMPPriorityClause *Node) { in VisitOMPPriorityClause()
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td187 let clangClass = "OMPPriorityClause";
DOMPKinds.def86 __OMP_CLAUSE(priority, OMPPriorityClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1892 C = new (Context) OMPPriorityClause(); in readClause()
2322 void OMPClauseReader::VisitOMPPriorityClause(OMPPriorityClause *C) { in VisitOMPPriorityClause()
DASTWriterStmt.cpp2068 void OMPClauseWriter::VisitOMPPriorityClause(OMPPriorityClause *C) { in VisitOMPPriorityClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2427 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11999 C = new (Context) OMPPriorityClause(); in readClause()
12660 void OMPClauseReader::VisitOMPPriorityClause(OMPPriorityClause *C) { in VisitOMPPriorityClause()
DASTWriter.cpp6633 void OMPClauseWriter::VisitOMPPriorityClause(OMPPriorityClause *C) { in VisitOMPPriorityClause()
/external/clang/tools/libclang/
DCIndex.cpp2135 void OMPClauseEnqueue::VisitOMPPriorityClause(const OMPPriorityClause *C) { in VisitOMPPriorityClause()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3855 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2303 void OMPClauseEnqueue::VisitOMPPriorityClause(const OMPPriorityClause *C) { in VisitOMPPriorityClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11338 return new (Context) OMPPriorityClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPPriorityClause()
DTreeTransform.h8060 TreeTransform<Derived>::TransformOMPPriorityClause(OMPPriorityClause *C) { in TransformOMPPriorityClause()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9691 TreeTransform<Derived>::TransformOMPPriorityClause(OMPPriorityClause *C) { in TransformOMPPriorityClause()
DSemaOpenMP.cpp18337 return new (Context) OMPPriorityClause(ValExpr, HelperValStmt, CaptureRegion, in ActOnOpenMPPriorityClause()