Searched refs:OMPThreadsClause (Results 1 – 9 of 9) sorted by relevance
5128 class OMPThreadsClause final5135 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function5139 OMPThreadsClause() : OMPNoChildClause() {} in OMPThreadsClause() function
3429 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
229 def OMPC_Threads : Clause<"threads"> { let clangClass = "OMPThreadsClause"; }
597 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
1960 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
10339 C = new (Context) OMPThreadsClause(); in readClause()10736 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
6662 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
11506 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()11546 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()17786 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
9952 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()