Home
last modified time | relevance | path

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

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