Lines Matching refs:getDirectiveKind
132 switch (s.getDirectiveKind()) { in emitOpenACCComputeConstruct()
135 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct()
139 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct()
143 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCComputeConstruct()
156 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCDataConstruct()
163 emitOpenACCOp<InitOp>(start, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCInitConstruct()
171 emitOpenACCOp<SetOp>(start, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCSetConstruct()
179 emitOpenACCOp<ShutdownOp>(start, s.getDirectiveKind(), in emitOpenACCShutdownConstruct()
187 auto waitOp = emitOpenACCOp<WaitOp>(start, s.getDirectiveKind(), in emitOpenACCWaitConstruct()
225 switch (s.getDirectiveKind()) { in emitOpenACCCombinedConstruct()
228 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCCombinedConstruct()
232 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCCombinedConstruct()
236 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCCombinedConstruct()
249 start, end, s.getDirectiveKind(), s.getDirectiveLoc(), s.clauses(), in emitOpenACCHostDataConstruct()
256 emitOpenACCOp<EnterDataOp>(start, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCEnterDataConstruct()
264 emitOpenACCOp<ExitDataOp>(start, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCExitDataConstruct()
272 emitOpenACCOp<UpdateOp>(start, s.getDirectiveKind(), s.getDirectiveLoc(), in emitOpenACCUpdateConstruct()