Searched refs:OMPThreadsClause (Results 1 – 9 of 9) sorted by relevance
176 def OMPC_Threads : Clause<"threads"> { let clangClass = "OMPThreadsClause"; }
4860 class OMPThreadsClause : public OMPClause {4866 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function4870 OMPThreadsClause() in OMPThreadsClause() function
3247 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
559 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
1788 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
11813 C = new (Context) OMPThreadsClause(); in readClause()12159 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
6148 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
10326 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()10354 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()15104 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
9421 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()