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

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5032 class OMPThreadsClause final
5039 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::final
5043 OMPThreadsClause() : OMPNoChildClause() {} function in class:clang::final
H A DRecursiveASTVisitor.h3413 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp579 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {}
H A DOpenMPClause.cpp1899 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) {
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10057 C = new (Context) OMPThreadsClause();
10432 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {}
H A DASTWriter.cpp6517 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {}
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11263 const OMPThreadsClause *TC = nullptr;
11291 TC = cast<OMPThreadsClause>(C);
17459 return new (Context) OMPThreadsClause(StartLoc, EndLoc);
H A DTreeTransform.h9776 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) {
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2396 void OMPClauseEnqueue::VisitOMPThreadsClause(const OMPThreadsClause *) {}

Completed in 626 milliseconds