Home
last modified time | relevance | path

Searched refs:OMPThreadsClause (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5168 class OMPThreadsClause final
5175 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function
5179 OMPThreadsClause() : OMPNoChildClause() {} in OMPThreadsClause() function
H A DRecursiveASTVisitor.h3504 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp599 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DOpenMPClause.cpp1962 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td435 let clangClass = "OMPThreadsClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10483 C = new (Context) OMPThreadsClause(); in readClause()
10882 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DASTWriter.cpp7243 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11170 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()
11210 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()
16572 return new (getASTContext()) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
H A DTreeTransform.h10287 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()