Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h54 inline bool DeclAttrsMatchCUDAMode(const LangOptions &LangOpts, Decl *D) { in DeclAttrsMatchCUDAMode() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp259 if (!DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) { in ActOnGCCAsmStmt()
H A DSemaDecl.cpp6704 ((getLangOpts().CUDA && DeclAttrsMatchCUDAMode(getLangOpts(), NewVD)) || in ActOnVariableDeclarator()
6744 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()
6754 if (DeclAttrsMatchCUDAMode(getLangOpts(), NewVD)) { in ActOnVariableDeclarator()