clang 20.0.0git
|
#include "clang/Sema/SemaSYCL.h"
#include "clang/AST/Mangle.h"
#include "clang/AST/TypeOrdering.h"
#include "clang/Sema/Attr.h"
#include "clang/Sema/ParsedAttr.h"
#include "clang/Sema/Sema.h"
#include "clang/Sema/SemaDiagnostic.h"
Go to the source code of this file.
Functions | |
static bool | isZeroSizedArray (SemaSYCL &S, QualType Ty) |
Definition at line 42 of file SemaSYCL.cpp.
References clang::ASTContext::getAsConstantArrayType(), and clang::Sema::getASTContext().
Referenced by clang::SemaSYCL::deepTypeCheckForDevice().