Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPSectionDirective

254 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C,
260 llvm::alignTo(sizeof(OMPSectionDirective), llvm::alignOf<Stmt *>());
262 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc);
268 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C,
271 llvm::alignTo(sizeof(OMPSectionDirective), llvm::alignOf<Stmt *>());
273 return new (Mem) OMPSectionDirective();