File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ class Util {
59
59
public:
60
60
using DeclContextDesc = std::pair<clang::Decl::Kind, StringRef>;
61
61
62
- // / Checks whether given clang type is a full specialization of the sycl
62
+ // / Checks whether given clang type is a full specialization of the SYCL
63
63
// / accessor class.
64
64
static bool isSyclAccessorType (const QualType &Ty);
65
65
66
- // / Checks whether given clang type is a full specialization of the sycl
66
+ // / Checks whether given clang type is a full specialization of the SYCL
67
67
// / sampler class.
68
68
static bool isSyclSamplerType (const QualType &Ty);
69
69
70
- // / Checks whether given clang type is the sycl stream class.
70
+ // / Checks whether given clang type is the SYCL stream class.
71
71
static bool isSyclStreamType (const QualType &Ty);
72
72
73
73
// / Checks whether given clang type is declared in the given hierarchy of
You can’t perform that action at this time.
0 commit comments