Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp363 getASTContext().registerSYCLEntryPointFunction(FD); in CheckSYCLEntryPointFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3480 void registerSYCLEntryPointFunction(FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1156 C.registerSYCLEntryPointFunction(FD); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp15030 void ASTContext::registerSYCLEntryPointFunction(FunctionDecl *FD) { in registerSYCLEntryPointFunction() function in ASTContext