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

References

tools/clang/include/clang/Sema/Initialization.h
  220     LocAndNRVO.Location = Loc.getRawEncoding();
  221     LocAndNRVO.NRVO = NRVO;
  485     return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
  492     return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
tools/clang/lib/Sema/SemaInit.cpp
 3327     return LocAndNRVO.NRVO;