Searched refs:DeviceTypeArgument (Results 1 – 8 of 8) sorted by relevance
263 using DeviceTypeArgument = IdentifierLoc; variable269 DeviceTypeArgument> {276 ArrayRef<DeviceTypeArgument> Archs, in OpenACCDeviceTypeClause()284 assert(!llvm::any_of(Archs, [](const DeviceTypeArgument &Arg) { in OpenACCDeviceTypeClause()290 [](const DeviceTypeArgument &Arg) { in OpenACCDeviceTypeClause()309 ArrayRef<DeviceTypeArgument> getArchitectures() const { in getArchitectures()315 SourceLocation LParenLoc, ArrayRef<DeviceTypeArgument> Archs,
279 using DeviceTypeArgument = IdentifierLoc; variable315 SmallVector<DeviceTypeArgument> Archs;533 ArrayRef<DeviceTypeArgument> getDeviceTypeArchitectures() const { in getDeviceTypeArchitectures()724 void setDeviceTypeDetails(llvm::SmallVector<DeviceTypeArgument> &&Archs) { in setDeviceTypeDetails()
491 SourceLocation LParenLoc, ArrayRef<DeviceTypeArgument> Archs, in Create()494 C.Allocate(OpenACCDeviceTypeClause::totalSizeToAlloc<DeviceTypeArgument>( in Create()885 [&](const DeviceTypeArgument &Arch) { in VisitDeviceTypeClause()
504 [&](const DeviceTypeArgument &Arch) { in Visit()
436 for (const DeviceTypeArgument &arg : in DisallowSinceLastDeviceType()438 for (const DeviceTypeArgument &prevArg : in DisallowSinceLastDeviceType()1065 llvm::SmallVector<DeviceTypeArgument> Architectures{ in VisitDeviceTypeClause()1072 auto FilterPred = [&](const DeviceTypeArgument &Arch) { in VisitDeviceTypeClause()1081 auto Diagnose = [&](const DeviceTypeArgument &Arch) { in VisitDeviceTypeClause()
78 for (const DeviceTypeArgument &arg : clause.getArchitectures()) in setLastDeviceTypeClause()404 for (const DeviceTypeArgument &arg : clause.getArchitectures()) in VisitDeviceTypeClause()
8844 for (const DeviceTypeArgument &Arg : DTC->getArchitectures()) { in writeOpenACCClause()
12855 llvm::SmallVector<DeviceTypeArgument> Archs; in readOpenACCClause()