Lines Matching defs:OpenACCLoopConstruct
39 OpenACCLoopConstruct::OpenACCLoopConstruct(unsigned NumClauses)
51 OpenACCLoopConstruct::OpenACCLoopConstruct(
71 OpenACCLoopConstruct *OpenACCLoopConstruct::CreateEmpty(const ASTContext &C,
74 C.Allocate(OpenACCLoopConstruct::totalSizeToAlloc<const OpenACCClause *>(
76 auto *Inst = new (Mem) OpenACCLoopConstruct(NumClauses);
80 OpenACCLoopConstruct *OpenACCLoopConstruct::Create(
85 C.Allocate(OpenACCLoopConstruct::totalSizeToAlloc<const OpenACCClause *>(
88 OpenACCLoopConstruct(ParentKind, BeginLoc, DirLoc, EndLoc, Clauses, Loop);