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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h44 inline bool DeclAttrsMatchCUDAMode(const LangOptions &LangOpts, Decl *D) { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7031 ((getLangOpts().CUDA && DeclAttrsMatchCUDAMode(getLangOpts(), NewVD)) ||
7071 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl()))
7081 if (DeclAttrsMatchCUDAMode(getLangOpts(), NewVD)) {

Completed in 78 milliseconds