Searched refs:OMPThreadsClause (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4161 class OMPThreadsClause : public OMPClause { class in namespace:clang
4167 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPThreadsClause
4171 OMPThreadsClause() function in class:clang::OMPThreadsClause
H A DRecursiveASTVisitor.h3125 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp520 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {}
H A DOpenMPClause.cpp1335 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8504 const OMPThreadsClause *TC = nullptr;
8532 TC = cast<OMPThreadsClause>(C);
12367 return new (Context) OMPThreadsClause(StartLoc, EndLoc);
H A DTreeTransform.h8795 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6150 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {}
H A DASTReader.cpp11581 C = new (Context) OMPThreadsClause();
11839 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {}

Completed in 415 milliseconds