Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenCL.h30 void handleSubGroupSize(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp79 void SemaOpenCL::handleSubGroupSize(Decl *D, const ParsedAttr &AL) { in handleSubGroupSize() function in clang::SemaOpenCL
H A DSemaDeclAttr.cpp6671 S.OpenCL().handleSubGroupSize(D, AL); in ProcessDeclAttribute()