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.h5722 class OMPThreadsClause final
5729 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function
5733 OMPThreadsClause() : OMPNoChildClause() {} in OMPThreadsClause() function
H A DRecursiveASTVisitor.h3613 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp629 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DOpenMPClause.cpp2117 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td510 let clangClass = "OMPThreadsClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11200 C = new (Context) OMPThreadsClause(); in readClause()
11647 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DASTWriter.cpp7961 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11240 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()
11282 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()
17158 return new (getASTContext()) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
H A DTreeTransform.h10790 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()