Home
last modified time | relevance | path

Searched refs:DeclAttrsMatchCUDAMode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h40 inline bool DeclAttrsMatchCUDAMode(const LangOptions &LangOpts, Decl *D) { in DeclAttrsMatchCUDAMode() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7851 ((getLangOpts().CUDA && DeclAttrsMatchCUDAMode(getLangOpts(), NewVD)) || in ActOnVariableDeclarator()
7896 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()
7906 if (DeclAttrsMatchCUDAMode(getLangOpts(), NewVD)) { in ActOnVariableDeclarator()