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

References

tools/clang/lib/Sema/SemaOverload.cpp
  193   BindsToFunctionLvalue = false;
 3786          (SCS1.IsLvalueReference && SCS1.BindsToFunctionLvalue &&
 3787           !SCS2.IsLvalueReference && SCS2.BindsToFunctionLvalue);
 4659       ICS.Standard.BindsToFunctionLvalue = T2->isFunctionType();
 4724     ICS.Standard.BindsToFunctionLvalue = T2->isFunctionType();
 4827     ICS.Standard.BindsToFunctionLvalue = false;
 4852     ICS.UserDefined.After.BindsToFunctionLvalue = false;
 5081       SCS.BindsToFunctionLvalue = false;
 5282   ICS.Standard.BindsToFunctionLvalue = false;