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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 606 class OMPParallelDirective : public OMPExecutableDirective {
617 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc)
623 explicit OMPParallelDirective()
646 static OMPParallelDirective *
656 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
664 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr();

Completed in 16 milliseconds