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

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  441   if (!AwaitSuspend->getType()->isDependentType()) {
  445     QualType RetType = AwaitSuspend->getCallReturnType(S.Context);
  448     if (Expr *TailCallSuspend = maybeTailCall(S, RetType, AwaitSuspend, Loc))
  454         S.Diag(AwaitSuspend->getCalleeDecl()->getLocation(),
  458             << AwaitSuspend->getDirectCallee();