Home
last modified time | relevance | path

Searched refs:SemaSYCL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp24 SemaSYCL::SemaSYCL(Sema &S) : SemaBase(S) {} in SemaSYCL() function in SemaSYCL
26 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()
H A DSema.cpp245 SYCLPtr(std::make_unique<SemaSYCL>(*this)), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaSYCL.h27 class SemaSYCL : public SemaBase {
29 SemaSYCL(Sema &S);
H A DSema.h193 class SemaSYCL; variable
1239 SemaSYCL &SYCL() { in SYCL()
1314 std::unique_ptr<SemaSYCL> SYCLPtr;
/freebsd/lib/clang/libclang/
H A DMakefile602 SRCS_MIN+= Sema/SemaSYCL.cpp