Home
last modified time | relevance | path

Searched refs:DeviceTypeArgument (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h263 using DeviceTypeArgument = IdentifierLoc; variable
269 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,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h279 using DeviceTypeArgument = IdentifierLoc; variable
315 SmallVector<DeviceTypeArgument> Archs;
533 ArrayRef<DeviceTypeArgument> getDeviceTypeArchitectures() const { in getDeviceTypeArchitectures()
724 void setDeviceTypeDetails(llvm::SmallVector<DeviceTypeArgument> &&Archs) { in setDeviceTypeDetails()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp491 SourceLocation LParenLoc, ArrayRef<DeviceTypeArgument> Archs, in Create()
494 C.Allocate(OpenACCDeviceTypeClause::totalSizeToAlloc<DeviceTypeArgument>( in Create()
885 [&](const DeviceTypeArgument &Arch) { in VisitDeviceTypeClause()
H A DTextNodeDumper.cpp504 [&](const DeviceTypeArgument &Arch) { in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp436 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()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp78 for (const DeviceTypeArgument &arg : clause.getArchitectures()) in setLastDeviceTypeClause()
404 for (const DeviceTypeArgument &arg : clause.getArchitectures()) in VisitDeviceTypeClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8844 for (const DeviceTypeArgument &Arg : DTC->getArchitectures()) { in writeOpenACCClause()
H A DASTReader.cpp12855 llvm::SmallVector<DeviceTypeArgument> Archs; in readOpenACCClause()