Searched refs:OMPThreadsClause (Results 1 – 9 of 9) sorted by relevance
5168 class OMPThreadsClause final5175 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function5179 OMPThreadsClause() : OMPNoChildClause() {} in OMPThreadsClause() function
3504 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
599 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
1962 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
435 let clangClass = "OMPThreadsClause";
10483 C = new (Context) OMPThreadsClause(); in readClause()10882 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
7243 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
11170 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()11210 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()16572 return new (getASTContext()) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
10287 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()