Searched refs:SemaSYCL (Results 1 – 5 of 5) sorted by relevance
24 SemaSYCL::SemaSYCL(Sema &S) : SemaBase(S) {} in SemaSYCL() function in SemaSYCL26 Sema::SemaDiagnosticBuilder SemaSYCL::DiagIfDeviceCode(SourceLocation Loc, in DiagIfDeviceCode()41 static bool isZeroSizedArray(SemaSYCL &S, QualType Ty) { in isZeroSizedArray()47 void SemaSYCL::deepTypeCheckForDevice(SourceLocation UsedAt, in deepTypeCheckForDevice()139 ExprResult SemaSYCL::BuildUniqueStableNameExpr(SourceLocation OpLoc, in BuildUniqueStableNameExpr()147 ExprResult SemaSYCL::ActOnUniqueStableNameExpr(SourceLocation OpLoc, in ActOnUniqueStableNameExpr()162 void SemaSYCL::handleKernelAttr(Decl *D, const ParsedAttr &AL) { in handleKernelAttr()
245 SYCLPtr(std::make_unique<SemaSYCL>(*this)), in Sema()
27 class SemaSYCL : public SemaBase {29 SemaSYCL(Sema &S);
193 class SemaSYCL; variable1239 SemaSYCL &SYCL() { in SYCL()1314 std::unique_ptr<SemaSYCL> SYCLPtr;
602 SRCS_MIN+= Sema/SemaSYCL.cpp