Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def217 OPENMP_CLAUSE(threads, OMPThreadsClause)
/external/clang/include/clang/AST/
DOpenMPClause.h2730 class OMPThreadsClause : public OMPClause {
2737 OMPThreadsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPThreadsClause() function
2742 OMPThreadsClause() in OMPThreadsClause() function
DRecursiveASTVisitor.h2714 bool RecursiveASTVisitor<Derived>::VisitOMPThreadsClause(OMPThreadsClause *) {
/external/clang/lib/AST/
DStmtProfile.cpp350 void OMPClauseProfiler::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
DStmtPrinter.cpp715 void OMPClausePrinter::VisitOMPThreadsClause(OMPThreadsClause *) { in VisitOMPThreadsClause() argument
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1832 C = new (Context) OMPThreadsClause(); in readClause()
2034 void OMPClauseReader::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
DASTWriterStmt.cpp1876 void OMPClauseWriter::VisitOMPThreadsClause(OMPThreadsClause *) {} in VisitOMPThreadsClause() argument
/external/clang/lib/Sema/
DSemaOpenMP.cpp5959 OMPThreadsClause *TC = nullptr; in ActOnOpenMPOrderedDirective()
5986 TC = cast<OMPThreadsClause>(C); in ActOnOpenMPOrderedDirective()
8008 return new (Context) OMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPThreadsClause()
DTreeTransform.h7789 TreeTransform<Derived>::TransformOMPThreadsClause(OMPThreadsClause *C) { in TransformOMPThreadsClause()
/external/clang/tools/libclang/
DCIndex.cpp2117 void OMPClauseEnqueue::VisitOMPThreadsClause(const OMPThreadsClause *) {} in VisitOMPThreadsClause() argument