Home
last modified time | relevance | path

Searched refs:handleKernelAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaSYCL.h64 void handleKernelAttr(Decl *D, const ParsedAttr &AL);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaSYCL.cpp162 void SemaSYCL::handleKernelAttr(Decl *D, const ParsedAttr &AL) { in handleKernelAttr() function in SemaSYCL
HDSemaDeclAttr.cpp6518 S.SYCL().handleKernelAttr(D, AL); in ProcessDeclAttribute()