Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCUDA.cpp836 bool Sema::CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee) { in CheckCUDACall() function in Sema
H A DSemaDeclCXX.cpp12967 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
H A DSemaExpr.cpp273 if (getLangOpts().CUDA && !CheckCUDACall(Loc, FD)) in DiagnoseUseOfDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10230 bool CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee);