HomeSort by: relevance | last modified time | path
    Searched defs:OMPTargetParallelForDirective (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 3149 class OMPTargetParallelForDirective : public OMPLoopDirective {
3162 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc,
3172 explicit OMPTargetParallelForDirective(unsigned CollapsedNum)
3200 static OMPTargetParallelForDirective *
3213 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
3224 return const_cast<OMPTargetParallelForDirective *>(this)

Completed in 27 milliseconds