Home
last modified time | relevance | path

Searched refs:checkSYCLDeviceFunction (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaSYCL.cpp35 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction() function in Sema
H A DSemaExpr.cpp298 if (getLangOpts().SYCLIsDevice && !checkSYCLDeviceFunction(Loc, FD)) in DiagnoseUseOfDecl()
16957 checkSYCLDeviceFunction(Loc, Func); in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp15128 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12881 bool checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee);