Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaSYCL.cpp35 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction() function in Sema
DSemaExpr.cpp297 if (getLangOpts().SYCLIsDevice && !checkSYCLDeviceFunction(Loc, FD)) in DiagnoseUseOfDecl()
16827 checkSYCLDeviceFunction(Loc, Func); in MarkFunctionReferenced()
DSemaDeclCXX.cpp15062 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
/external/llvm-project/clang/include/clang/Sema/
DSema.h12651 bool checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee);