Home
last modified time | relevance | path

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

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