Searched refs:checkSYCLDeviceFunction (Results 1 – 4 of 4) sorted by relevance
35 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction() function in Sema
297 if (getLangOpts().SYCLIsDevice && !checkSYCLDeviceFunction(Loc, FD)) in DiagnoseUseOfDecl()16827 checkSYCLDeviceFunction(Loc, Func); in MarkFunctionReferenced()
15062 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
12651 bool checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee);