Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp36 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction() function in Sema
H A DSemaExpr.cpp303 if (getLangOpts().SYCLIsDevice && !checkSYCLDeviceFunction(Loc, FD)) in DiagnoseUseOfDecl()
17118 checkSYCLDeviceFunction(Loc, Func); in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp15333 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12984 bool checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee);