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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 57 /// directives such as OMPParallelForDirective, but others do not need them
1994 class OMPParallelForDirective : public OMPLoopDirective {
2007 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc,
2017 explicit OMPParallelForDirective(unsigned CollapsedNum)
2045 static OMPParallelForDirective *
2058 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2069 return const_cast<OMPParallelForDirective *>(this)
StmtOpenMP.h 57 /// directives such as OMPParallelForDirective, but others do not need them
1994 class OMPParallelForDirective : public OMPLoopDirective {
2007 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc,
2017 explicit OMPParallelForDirective(unsigned CollapsedNum)
2045 static OMPParallelForDirective *
2058 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2069 return const_cast<OMPParallelForDirective *>(this)

Completed in 40 milliseconds