Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3213 bool IsSYCLKernelNamingDecl(const NamedDecl *RD) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11747 bool ASTContext::IsSYCLKernelNamingDecl(const NamedDecl *ND) const { in IsSYCLKernelNamingDecl() function in ASTContext
11787 assert(IsSYCLKernelNamingDecl(ND) && in GetSYCLKernelNamingIndex()
H A DExpr.cpp558 if (Ctx.IsSYCLKernelNamingDecl(ND)) in ComputeName()