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

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  995     : S(S), FD(FD), Fn(Fn), Loc(FD.getLocation()),
  997           !Fn.CoroutinePromise ||
  998           Fn.CoroutinePromise->getType()->isDependentType()) {
 1001   for (auto KV : Fn.CoroutineParameterMoves)
 1006     PromiseRecordDecl = Fn.CoroutinePromise->getType()->getAsCXXRecordDecl();