Home
last modified time | relevance | path

Searched refs:BuildSYCLKernelCallStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaSYCL.h68 StmtResult BuildSYCLKernelCallStmt(FunctionDecl *FD, CompoundStmt *Body);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp415 StmtResult SemaSYCL::BuildSYCLKernelCallStmt(FunctionDecl *FD, in BuildSYCLKernelCallStmt() function in SemaSYCL
H A DSemaDecl.cpp16279 SYCL().BuildSYCLKernelCallStmt(FD, cast<CompoundStmt>(Body)); in ActOnFinishFunctionBody()