Searched refs:OMPThreadsClause (Results 1 – 9 of 9) sorted by relevance
5722 class OMPThreadsClause final5729 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function5733 OMPThreadsClause() : OMPNoChildClause() {} in OMPThreadsClause() function
3613 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
629 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
2117 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
510 let clangClass = "OMPThreadsClause";
11200 C = new (Context) OMPThreadsClause(); in readClause()11647 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
7961 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
11240 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()11282 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()17158 return new (getASTContext()) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
10790 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()