Searched refs:OMPThreadsClause (Results 1 – 10 of 10) sorted by relevance
174 def OMPC_Threads : Clause<"threads"> { let clangClass = "OMPThreadsClause"; }
4752 class OMPThreadsClause : public OMPClause {4758 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function4762 OMPThreadsClause() in OMPThreadsClause() function
3207 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
552 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
1746 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
10291 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()10319 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()14721 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
9365 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()
11778 C = new (Context) OMPThreadsClause(); in readClause()12117 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
6141 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
2275 void OMPClauseEnqueue::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument