Home
last modified time | relevance | path

Searched refs:CheckCUDACall (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp785 bool Sema::CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee) { in CheckCUDACall() function in Sema
DSemaExpr.cpp300 if (getLangOpts().CUDA && !CheckCUDACall(Loc, FD)) in DiagnoseUseOfDecl()
17125 CheckCUDACall(Loc, Func); in MarkFunctionReferenced()
DSemaDeclCXX.cpp15330 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h12246 bool CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee);