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

References

tools/clang/lib/Sema/SemaCUDA.cpp
  661   assert(Callee && "Callee may not be null.");
  680     if (!shouldIgnoreInHostDeviceCheck(Callee))
  682           *this, Caller, Callee, Loc, [](Sema &S, FunctionDecl *FD) {
  692     if (!shouldIgnoreInHostDeviceCheck(Callee))
  693       DeviceCallGraph[Caller].insert({Callee, Loc});
  696   DeviceDiagBuilder::Kind DiagKind = [this, Caller, Callee,
  698     switch (IdentifyCUDAPreference(Caller, Callee)) {
  724       << IdentifyCUDATarget(Callee) << Callee << IdentifyCUDATarget(Caller);
  724       << IdentifyCUDATarget(Callee) << Callee << IdentifyCUDATarget(Caller);
  725   DeviceDiagBuilder(DiagKind, Callee->getLocation(), diag::note_previous_decl,
  727       << Callee;