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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 3244 class OMPTeamsDirective : public OMPExecutableDirective {
3252 OMPTeamsDirective(SourceLocation StartLoc, SourceLocation EndLoc)
3258 explicit OMPTeamsDirective()
3271 static OMPTeamsDirective *Create(const ASTContext &C, SourceLocation StartLoc,
3282 static OMPTeamsDirective *CreateEmpty(const ASTContext &C,
StmtOpenMP.h 3244 class OMPTeamsDirective : public OMPExecutableDirective {
3252 OMPTeamsDirective(SourceLocation StartLoc, SourceLocation EndLoc)
3258 explicit OMPTeamsDirective()
3271 static OMPTeamsDirective *Create(const ASTContext &C, SourceLocation StartLoc,
3282 static OMPTeamsDirective *CreateEmpty(const ASTContext &C,

Completed in 189 milliseconds