Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPCopyinClause

1261 OMPCopyinClause *OMPCopyinClause::Create(const ASTContext &C,
1266 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPCopyinClause),
1269 OMPCopyinClause *Clause = new (Mem) OMPCopyinClause(StartLoc, LParenLoc,
1275 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C,
1277 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPCopyinClause),
1280 return new (Mem) OMPCopyinClause(N);