Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3214 unsigned GetSYCLKernelNamingIndex(const NamedDecl *RD);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp559 return 10'002 + Ctx.GetSYCLKernelNamingIndex(ND); in ComputeName()
H A DASTContext.cpp11785 unsigned ASTContext::GetSYCLKernelNamingIndex(const NamedDecl *ND) { in GetSYCLKernelNamingIndex() function in ASTContext