clang 22.0.0git
SemaSYCL.cpp File Reference

Go to the source code of this file.

Functions

static bool isZeroSizedArray (SemaSYCL &S, QualType Ty)
static SourceLocation SourceLocationForUserDeclaredType (QualType QT)
static bool CheckSYCLKernelName (Sema &S, SourceLocation Loc, QualType KernelName)

Function Documentation

◆ CheckSYCLKernelName()

◆ isZeroSizedArray()

bool isZeroSizedArray ( SemaSYCL & S,
QualType Ty )
static

◆ SourceLocationForUserDeclaredType()

SourceLocation SourceLocationForUserDeclaredType ( QualType QT)
static

Definition at line 220 of file SemaSYCL.cpp.

References clang::Type::getUnqualifiedDesugaredType(), and clang::T.

Referenced by CheckSYCLKernelName().