Home | History | Annotate | Download | only in AST

Lines Matching refs:CreateEmpty

280   static OMPParallelDirective *CreateEmpty(const ASTContext &C,
756 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
830 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
897 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
966 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1024 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1086 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
1134 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1200 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
1278 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
1350 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
1422 CreateEmpty(const ASTContext &C, unsigned NumClauses, EmptyShell);
1491 static OMPTaskDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1539 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1583 static OMPBarrierDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1627 static OMPTaskwaitDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1674 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1732 static OMPFlushDirective *CreateEmpty(const ASTContext &C,
1786 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
1887 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
1976 static OMPTargetDirective *CreateEmpty(const ASTContext &C,
2034 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
2092 static OMPTeamsDirective *CreateEmpty(const ASTContext &C,
2147 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
2210 static OMPCancelDirective *CreateEmpty(const ASTContext &C,
2277 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
2343 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
2411 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,