Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def192 OPENMP_CLAUSE(collapse, OMPCollapseClause)
/external/clang/include/clang/AST/
DOpenMPClause.h502 class OMPCollapseClause : public OMPClause {
520 OMPCollapseClause(Expr *Num, SourceLocation StartLoc, in OMPCollapseClause() function
527 explicit OMPCollapseClause() in OMPCollapseClause() function
DRecursiveASTVisitor.h2643 RecursiveASTVisitor<Derived>::VisitOMPCollapseClause(OMPCollapseClause *C) {
/external/clang/lib/AST/
DStmtProfile.cpp314 void OMPClauseProfiler::VisitOMPCollapseClause(const OMPCollapseClause *C) { in VisitOMPCollapseClause()
DStmtPrinter.cpp636 void OMPClausePrinter::VisitOMPCollapseClause(OMPCollapseClause *Node) { in VisitOMPCollapseClause()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1793 C = new (Context) OMPCollapseClause(); in readClause()
1978 void OMPClauseReader::VisitOMPCollapseClause(OMPCollapseClause *C) { in VisitOMPCollapseClause()
DASTWriterStmt.cpp1825 void OMPClauseWriter::VisitOMPCollapseClause(OMPCollapseClause *C) { in VisitOMPCollapseClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5415 OMPExecutableDirective::getClausesOfKind<OMPCollapseClause>(Clauses); in getCollapseNumberExpr()
7529 OMPCollapseClause(NumForLoopsResult.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPCollapseClause()
DTreeTransform.h7683 TreeTransform<Derived>::TransformOMPCollapseClause(OMPCollapseClause *C) { in TransformOMPCollapseClause()
/external/clang/tools/libclang/
DCIndex.cpp2084 void OMPClauseEnqueue::VisitOMPCollapseClause(const OMPCollapseClause *C) { in VisitOMPCollapseClause()