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

References

tools/clang/lib/Sema/SemaOverload.cpp
  194   BindsToRvalue = false;
 3784   return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue &&
 4660       ICS.Standard.BindsToRvalue = false;
 4725     ICS.Standard.BindsToRvalue = InitCategory.isRValue();
 4828     ICS.Standard.BindsToRvalue = true;
 4853     ICS.UserDefined.After.BindsToRvalue = !LValRefType;
 5080       SCS.BindsToRvalue = true;
 5283   ICS.Standard.BindsToRvalue = FromClassification.isRValue();