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

References

tools/clang/include/clang/AST/Stmt.h
 2632   bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; }
 2676   SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; }
 2677   void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; }
tools/clang/lib/AST/Stmt.cpp
 1075   ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate;
 1083   ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate;