Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaSYCL.cpp36 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction() function in Sema
H A DSemaExpr.cpp308 if (getLangOpts().SYCLIsDevice && !checkSYCLDeviceFunction(Loc, FD)) in DiagnoseUseOfDecl()
18013 checkSYCLDeviceFunction(Loc, Func); in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp15532 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13528 bool checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee);