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

References

lib/Transforms/Coroutines/CoroInternal.h
  166       return RetconLowering.ResumePrototype->getFunctionType();
  189     auto FTy = RetconLowering.ResumePrototype->getFunctionType();
  200       return RetconLowering.ResumePrototype->getCallingConv();
lib/Transforms/Coroutines/CoroSplit.cpp
  691     NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes();
lib/Transforms/Coroutines/Coroutines.cpp
  383     this->RetconLowering.ResumePrototype = Prototype;