reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
10992   bool CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee);

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
13495   if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor))
tools/clang/lib/Sema/SemaExpr.cpp
  272     if (getLangOpts().CUDA && !CheckCUDACall(Loc, FD))
15484     CheckCUDACall(Loc, Func);