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

References

tools/clang/lib/Sema/SemaCoroutine.cpp
 1339     Fallthrough = S.BuildCoreturnStmt(FD.getLocation(), nullptr,
 1341     Fallthrough = S.ActOnFinishFullStmt(Fallthrough.get());
 1341     Fallthrough = S.ActOnFinishFullStmt(Fallthrough.get());
 1342     if (Fallthrough.isInvalid())
 1346   this->OnFallthrough = Fallthrough.get();