Home
last modified time | relevance | path

Searched refs:getDeviceTypeArchitectures (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp1047 Clause.getDeviceTypeArchitectures().size() > 1) { in VisitDeviceTypeClause()
1048 SemaRef.Diag(Clause.getDeviceTypeArchitectures()[1].getLoc(), in VisitDeviceTypeClause()
1066 Clause.getDeviceTypeArchitectures()}; in VisitDeviceTypeClause()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h533 ArrayRef<DeviceTypeArgument> getDeviceTypeArchitectures() const { in getDeviceTypeArchitectures() function