Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp742 bool Sema::CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee) { in CheckCUDACall() function in Sema
H A DSemaExpr.cpp295 if (getLangOpts().CUDA && !CheckCUDACall(Loc, FD)) in DiagnoseUseOfDecl()
16954 CheckCUDACall(Loc, Func); in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp15125 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12142 bool CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee);