Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp700 bool Sema::CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee) { in CheckCUDACall() function in Sema
DSemaExpr.cpp294 if (getLangOpts().CUDA && !CheckCUDACall(Loc, FD)) in DiagnoseUseOfDecl()
16824 CheckCUDACall(Loc, Func); in MarkFunctionReferenced()
DSemaDeclCXX.cpp15059 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
/external/llvm-project/clang/include/clang/Sema/
DSema.h11925 bool CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee);