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

References

tools/clang/lib/AST/StmtCXX.cpp
  121   SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl;
tools/clang/lib/Sema/SemaCoroutine.cpp
 1434     this->ResultDecl = Res.get();
 1478   this->ResultDecl = GroDeclStmt.get();
tools/clang/lib/Sema/TreeTransform.h
 7287     Builder.ResultDecl = ResultDecl.get();