Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp570 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DOpenMPClause.cpp1870 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h4990 class OMPThreadsClause : public OMPClause {
4996 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function
5000 OMPThreadsClause() in OMPThreadsClause() function
H A DRecursiveASTVisitor.h3395 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td215 def OMPC_Threads : Clause<"threads"> { let clangClass = "OMPThreadsClause"; }
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11599 C = new (Context) OMPThreadsClause(); in readClause()
11962 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
H A DASTWriter.cpp6345 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11139 const OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()
11167 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()
17177 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
H A DTreeTransform.h9655 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2388 void OMPClauseEnqueue::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument