Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaSYCL.h67 void CheckSYCLEntryPointFunctionDecl(FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp253 void SemaSYCL::CheckSYCLEntryPointFunctionDecl(FunctionDecl *FD) { in CheckSYCLEntryPointFunctionDecl() function in SemaSYCL
H A DSemaLambda.cpp1974 SYCL().CheckSYCLEntryPointFunctionDecl(LSI.CallOperator); in ActOnLambdaExpr()
H A DSemaDecl.cpp12260 SYCL().CheckSYCLEntryPointFunctionDecl(NewFD); in CheckFunctionDeclaration()