Home
last modified time | relevance | path

Searched refs:BindsToRvalue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h305 unsigned BindsToRvalue : 1; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp202 BindsToRvalue = false; in setAsIdentityConversion()
3957 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
4792 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
4969 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
4991 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
5264 SCS.BindsToRvalue = true; in TryListConversion()
5467 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()