Home
last modified time | relevance | path

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

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